This patch removes the unused EXPORT_SYMBOL(__user_walk). Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> --- 1fe062ce8561f76adaca01a13ce387c1fbc51b3b diff --git a/fs/namei.c b/fs/namei.c index 8cf9bb9..85b8335 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -2803,7 +2803,6 @@ const struct inode_operations page_symlink_inode_operations = { .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-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html