Browse Source

unexport get_empty_filp()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 16 years ago
parent
commit
732741274d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      fs/file_table.c

+ 0 - 2
fs/file_table.c

@@ -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