[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130908092203.16435.73547.stgit@perseus.fritz.box>
Date: Sun, 08 Sep 2013 17:22:04 +0800
From: Ian Kent <raven@...maw.net>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-fsdevel <linux-fsdevel@...r.kernel.org>,
autofs mailing list <autofs@...r.kernel.org>,
Al Viro <viro@...IV.linux.org.uk>,
Jeff Layton <jlayton@...hat.com>,
Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] vfs - and export user_path_mntpointat()
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists