don't pass 'mounting_here' flag to follow_down()
it's always false now Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
b12cea9198
commit
7cc90cc3ff
3 changed files with 4 additions and 4 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue