aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/namei.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/namei.h')
-rw-r--r--include/linux/namei.h3
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
80extern struct dentry *lookup_one_len(const char *, struct dentry *, int); 80extern struct dentry *lookup_one_len(const char *, struct dentry *, int);
81 81
82extern int follow_down(struct path *); 82extern int follow_down_one(struct path *);
83extern int follow_down(struct path *, bool);
83extern int follow_up(struct path *); 84extern int follow_up(struct path *);
84 85
85extern struct dentry *lock_rename(struct dentry *, struct dentry *); 86extern struct dentry *lock_rename(struct dentry *, struct dentry *);