aboutsummaryrefslogtreecommitdiff
path: root/include/linux/namei.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-03-18 09:04:20 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2011-03-18 09:04:20 -0400
commit7cc90cc3ffe22a0d81b8d605b20a82ec7911012d (patch)
treea870fc960dd10a12be6fb905ea266c65547c11bb /include/linux/namei.h
parentb12cea9198fa99ffd3de1776c323bc7464d26b44 (diff)
don't pass 'mounting_here' flag to follow_down()
it's always false now Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/namei.h')
-rw-r--r--include/linux/namei.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h
index 9c8603872c3..eba45ea1029 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
extern struct dentry *lookup_one_len(const char *, struct dentry *, int);
extern int follow_down_one(struct path *);
-extern int follow_down(struct path *, bool);
+extern int follow_down(struct path *);
extern int follow_up(struct path *);
extern struct dentry *lock_rename(struct dentry *, struct dentry *);