From: Al Viro Date: Wed, 5 Aug 2009 14:44:31 +0000 (+0400) Subject: unexport get_empty_filp() X-Git-Tag: v2.6.33-rc1~49^2~34 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=732741274d0269718ba20c520cf72530bb038641;p=karo-tx-linux.git unexport get_empty_filp() Signed-off-by: Al Viro --- diff --git a/fs/file_table.c b/fs/file_table.c index 4bef4c01ec6f..f906ac8c9a9f 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