[2.6 patch] fs/namei.c: EXPORT_UNUSED_SYMBOL

From: Adrian Bunk
Date: Fri Jun 30 2006 - 07:33:16 EST


This patch marks an unused export as EXPORT_UNUSED_SYMBOL.

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

--- 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);

-
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/