diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-08 14:03:27 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-08 20:20:21 -0400 |
commit | 197df04c749a07616621b762e699b1fff4102fac (patch) | |
tree | 14139723c88d6c706f66f620f174e2880d64ed86 /include | |
parent | 35759521eedf60ce7d3127c5d33953cd2d1bd35f (diff) |
rename user_path_umountat() to user_path_mountpoint_at()
... and move the extern from linux/namei.h to fs/internal.h,
along with that of vfs_path_lookup().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/namei.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h index cd09751c71a0..53c18f00d9fb 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h | |||
@@ -58,7 +58,6 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; | |||
58 | 58 | ||
59 | extern int user_path_at(int, const char __user *, unsigned, struct path *); | 59 | extern int user_path_at(int, const char __user *, unsigned, struct path *); |
60 | extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty); | 60 | extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty); |
61 | extern int user_path_umountat(int, const char __user *, unsigned int, struct path *); | ||
62 | 61 | ||
63 | #define user_path(name, path) user_path_at(AT_FDCWD, name, LOOKUP_FOLLOW, path) | 62 | #define user_path(name, path) user_path_at(AT_FDCWD, name, LOOKUP_FOLLOW, path) |
64 | #define user_lpath(name, path) user_path_at(AT_FDCWD, name, 0, path) | 63 | #define user_lpath(name, path) user_path_at(AT_FDCWD, name, 0, path) |
@@ -71,8 +70,6 @@ extern struct dentry *kern_path_create(int, const char *, struct path *, unsigne | |||
71 | extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int); | 70 | extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int); |
72 | extern void done_path_create(struct path *, struct dentry *); | 71 | extern void done_path_create(struct path *, struct dentry *); |
73 | extern struct dentry *kern_path_locked(const char *, struct path *); | 72 | extern struct dentry *kern_path_locked(const char *, struct path *); |
74 | extern int vfs_path_lookup(struct dentry *, struct vfsmount *, | ||
75 | const char *, unsigned int, struct path *); | ||
76 | 73 | ||
77 | extern struct dentry *lookup_one_len(const char *, struct dentry *, int); | 74 | extern struct dentry *lookup_one_len(const char *, struct dentry *, int); |
78 | 75 | ||