diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/namei.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h index 9c8603872c36..eba45ea10298 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h | |||
@@ -85,7 +85,7 @@ extern struct file *lookup_instantiate_filp(struct nameidata *nd, struct dentry | |||
85 | extern struct dentry *lookup_one_len(const char *, struct dentry *, int); | 85 | extern struct dentry *lookup_one_len(const char *, struct dentry *, int); |
86 | 86 | ||
87 | extern int follow_down_one(struct path *); | 87 | extern int follow_down_one(struct path *); |
88 | extern int follow_down(struct path *, bool); | 88 | extern int follow_down(struct path *); |
89 | extern int follow_up(struct path *); | 89 | extern int follow_up(struct path *); |
90 | 90 | ||
91 | extern struct dentry *lock_rename(struct dentry *, struct dentry *); | 91 | extern struct dentry *lock_rename(struct dentry *, struct dentry *); |