diff options
Diffstat (limited to 'include/linux/namei.h')
-rw-r--r-- | include/linux/namei.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h index 18d06add0a40..8ef2c789c2a8 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h | |||
@@ -79,7 +79,8 @@ extern struct file *lookup_instantiate_filp(struct nameidata *nd, struct dentry | |||
79 | 79 | ||
80 | extern struct dentry *lookup_one_len(const char *, struct dentry *, int); | 80 | extern struct dentry *lookup_one_len(const char *, struct dentry *, int); |
81 | 81 | ||
82 | extern int follow_down(struct path *); | 82 | extern int follow_down_one(struct path *); |
83 | extern int follow_down(struct path *, bool); | ||
83 | extern int follow_up(struct path *); | 84 | extern int follow_up(struct path *); |
84 | 85 | ||
85 | extern struct dentry *lock_rename(struct dentry *, struct dentry *); | 86 | extern struct dentry *lock_rename(struct dentry *, struct dentry *); |