[PATCH] vfs - and export user_path_mntpointat()

From: Ian Kent
Date: Sun Sep 08 2013 - 05:22:34 EST


And, of course, export the function for module use, oops!
---
fs/namei.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/fs/namei.c b/fs/namei.c
index 24f7562..849eadcf 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -4347,6 +4347,7 @@ const struct inode_operations page_symlink_inode_operations = {
};

EXPORT_SYMBOL(user_path_at);
+EXPORT_SYMBOL(path_mntpointat);
EXPORT_SYMBOL(follow_down_one);
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/