* [2.6 patch] fs/libfs.c: unexport simple_rename
@ 2006-01-07 21:51 Adrian Bunk
2006-01-07 23:30 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-01-07 21:51 UTC (permalink / raw)
To: linux-kernel
This patch removes the unused EXPORT_SYMBOL(simple_rename).
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- 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);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] fs/libfs.c: unexport simple_rename
2006-01-07 21:51 [2.6 patch] fs/libfs.c: unexport simple_rename Adrian Bunk
@ 2006-01-07 23:30 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2006-01-07 23:30 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel
On Sat, Jan 07, 2006 at 10:51:34PM +0100, Adrian Bunk wrote:
> This patch removes the unused EXPORT_SYMBOL(simple_rename).
fatal error: engage your brain or sod off.
Let me put it that way: libfs is a fscking _library_. Exported symbols
there are exported for purpose; presense or absense of current modular
users does not matter.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-07 23:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-07 21:51 [2.6 patch] fs/libfs.c: unexport simple_rename Adrian Bunk
2006-01-07 23:30 ` Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox