diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-08-05 18:44:31 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-12-16 12:16:41 -0500 |
commit | 732741274d0269718ba20c520cf72530bb038641 (patch) | |
tree | 1992a9dc19a21f22d9d543cd0c35947cf3a89624 /fs/file_table.c | |
parent | 825f9692fbe417b9fb529477056ba72022847038 (diff) | |
download | linux-3.10-732741274d0269718ba20c520cf72530bb038641.tar.gz linux-3.10-732741274d0269718ba20c520cf72530bb038641.tar.bz2 linux-3.10-732741274d0269718ba20c520cf72530bb038641.zip |
unexport get_empty_filp()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/file_table.c')
-rw-r--r-- | fs/file_table.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/file_table.c b/fs/file_table.c index 4bef4c01ec6..f906ac8c9a9 100644 --- a/fs/file_table.c +++ b/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 |