diff options
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 | ||