[2.6 patch] fs/libfs.c: unexport simple_rename

From: Adrian Bunk
Date: Sat Jan 07 2006 - 16:50:32 EST


This patch removes the unused EXPORT_SYMBOL(simple_rename).


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.15-mm2-full/fs/libfs.c.old 2006-01-07 22:02:31.000000000 +0100
+++ linux-2.6.15-mm2-full/fs/libfs.c 2006-01-07 22:02:38.000000000 +0100
@@ -635,7 +635,6 @@
EXPORT_SYMBOL(simple_prepare_write);
EXPORT_SYMBOL(simple_readpage);
EXPORT_SYMBOL(simple_release_fs);
-EXPORT_SYMBOL(simple_rename);
EXPORT_SYMBOL(simple_rmdir);
EXPORT_SYMBOL(simple_statfs);
EXPORT_SYMBOL(simple_sync_file);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/