diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/namei.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h index b7dd24917f0d..2e21af0989d9 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h | |||
@@ -69,6 +69,8 @@ extern int FASTCALL(__user_walk_fd(int dfd, const char __user *, unsigned, struc | |||
69 | #define user_path_walk_link(name,nd) \ | 69 | #define user_path_walk_link(name,nd) \ |
70 | __user_walk_fd(AT_FDCWD, name, 0, nd) | 70 | __user_walk_fd(AT_FDCWD, name, 0, nd) |
71 | extern int FASTCALL(path_lookup(const char *, unsigned, struct nameidata *)); | 71 | extern int FASTCALL(path_lookup(const char *, unsigned, struct nameidata *)); |
72 | extern int vfs_path_lookup(struct dentry *, struct vfsmount *, | ||
73 | const char *, unsigned int, struct nameidata *); | ||
72 | extern int FASTCALL(path_walk(const char *, struct nameidata *)); | 74 | extern int FASTCALL(path_walk(const char *, struct nameidata *)); |
73 | extern int FASTCALL(link_path_walk(const char *, struct nameidata *)); | 75 | extern int FASTCALL(link_path_walk(const char *, struct nameidata *)); |
74 | extern void path_release(struct nameidata *); | 76 | extern void path_release(struct nameidata *); |