[RFC: 2.6 patch] fs/namei.c: unexport __user_walk

From: Adrian Bunk
Date: Sun Apr 23 2006 - 08:15:23 EST


This patch removes the unused EXPORT_SYMBOL(__user_walk).

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

--- linux-2.6.17-rc1-mm3-full/fs/namei.c.old 2006-04-23 13:57:07.000000000 +0200
+++ linux-2.6.17-rc1-mm3-full/fs/namei.c 2006-04-23 13:57:16.000000000 +0200
@@ -2689,7 +2689,6 @@
.put_link = page_put_link,
};

-EXPORT_SYMBOL(__user_walk);
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/