linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vfs - and export user_path_mntpointat()
@ 2013-09-08  9:22 Ian Kent
  0 siblings, 0 replies; only message in thread
From: Ian Kent @ 2013-09-08  9:22 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fsdevel, autofs mailing list, Al Viro, Jeff Layton,
	Kernel Mailing List

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);


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-08  9:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-08  9:22 [PATCH] vfs - and export user_path_mntpointat() Ian Kent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).