aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/namei.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-09-08 20:18:44 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-09-08 20:20:23 -0400
commit2d8646510120bb1eb251ae3381e950805a877763 (patch)
treefc46d5469b25596e631acae6873388ab508daccb /include/linux/namei.h
parentrename user_path_umountat() to user_path_mountpoint_at() (diff)
downloadwireguard-linux-2d8646510120bb1eb251ae3381e950805a877763.tar.xz
wireguard-linux-2d8646510120bb1eb251ae3381e950805a877763.zip
introduce kern_path_mountpoint()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/namei.h')
-rw-r--r--include/linux/namei.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h
index 53c18f00d9fb..8e47bc7a1665 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -70,6 +70,7 @@ extern struct dentry *kern_path_create(int, const char *, struct path *, unsigne
extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
extern void done_path_create(struct path *, struct dentry *);
extern struct dentry *kern_path_locked(const char *, struct path *);
+extern int kern_path_mountpoint(int, const char *, struct path *, unsigned int);
extern struct dentry *lookup_one_len(const char *, struct dentry *, int);