This patch removes the no longer used export of get_empty_filp. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> --- dbe53f5338ef9710ecfa92adffa42af6ba48c40c diff --git a/fs/file_table.c b/fs/file_table.c index 986ff4e..bded3ce 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -141,8 +141,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 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html