diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-09 04:18:44 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-09 04:20:23 +0400 |
commit | 2d8646510120bb1eb251ae3381e950805a877763 (patch) | |
tree | fc46d5469b25596e631acae6873388ab508daccb /include/linux/namei.h | |
parent | 197df04c749a07616621b762e699b1fff4102fac (diff) | |
download | linux-2d8646510120bb1eb251ae3381e950805a877763.tar.xz |
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.h | 1 |
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); |