public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] fs/namei.c: EXPORT_UNUSED_SYMBOL
@ 2006-06-30 11:33 Adrian Bunk
  2006-06-30 18:08 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-06-30 11:33 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

This patch marks an unused export as EXPORT_UNUSED_SYMBOL.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.17-mm4-full/fs/namei.c.old	2006-06-30 04:01:55.000000000 +0200
+++ linux-2.6.17-mm4-full/fs/namei.c	2006-06-30 04:02:47.000000000 +0200
@@ -2785,7 +2785,7 @@
 	.put_link	= page_put_link,
 };
 
-EXPORT_SYMBOL(__user_walk);
+EXPORT_UNUSED_SYMBOL(__user_walk);  /*  June 2006  */
 EXPORT_SYMBOL(__user_walk_fd);
 EXPORT_SYMBOL(follow_down);
 EXPORT_SYMBOL(follow_up);


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-30 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-30 11:33 [2.6 patch] fs/namei.c: EXPORT_UNUSED_SYMBOL Adrian Bunk
2006-06-30 18:08 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox