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; return NULL;
} }
EXPORT_SYMBOL(get_empty_filp);
/** /**
* alloc_file - allocate and initialize a 'struct file' * alloc_file - allocate and initialize a 'struct file'
* @mnt: the vfsmount on which the file will reside * @mnt: the vfsmount on which the file will reside