Merge branch 'work.autofs' into for-linus
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -468,7 +468,7 @@ static int autofs_dev_ioctl_requester(struct file *fp,
|
||||
ino = autofs4_dentry_ino(path.dentry);
|
||||
if (ino) {
|
||||
err = 0;
|
||||
autofs4_expire_wait(path.dentry, 0);
|
||||
autofs4_expire_wait(&path, 0);
|
||||
spin_lock(&sbi->fs_lock);
|
||||
param->requester.uid =
|
||||
from_kuid_munged(current_user_ns(), ino->uid);
|
||||
@@ -575,7 +575,7 @@ static int autofs_dev_ioctl_ismountpoint(struct file *fp,
|
||||
|
||||
devid = new_encode_dev(dev);
|
||||
|
||||
err = have_submounts(path.dentry);
|
||||
err = path_has_submounts(&path);
|
||||
|
||||
if (follow_down_one(&path))
|
||||
magic = path.dentry->d_sb->s_magic;
|
||||
|
Reference in New Issue
Block a user