unexport get_empty_filp()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2009-08-05 18:44:31 +04:00
parent 825f9692fb
commit 732741274d

View file

@ -147,8 +147,6 @@ fail:
return NULL;
}
EXPORT_SYMBOL(get_empty_filp);
/**
* alloc_file - allocate and initialize a 'struct file'
* @mnt: the vfsmount on which the file will reside