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

From: Adrian Bunk
Date: Tue May 16 2006 - 13:49:07 EST


This patch removes the unused EXPORT_SYMBOL(__user_walk).

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

---

This patch was already sent on:
- 1 May 2006
- 23 Apr 2006

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