unexport get_empty_filp()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 5 Aug 2009 14:44:31 +0000 (18:44 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 16 Dec 2009 17:16:41 +0000 (12:16 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/file_table.c

index 4bef4c0..f906ac8 100644 (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