switch follow_up() to struct path
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -212,7 +212,7 @@ static int find_autofs_mount(const char *pathname,
|
||||
err = 0;
|
||||
}
|
||||
}
|
||||
if (!follow_up(&path.mnt, &path.dentry))
|
||||
if (!follow_up(&path))
|
||||
break;
|
||||
}
|
||||
path_put(&path);
|
||||
|
Reference in New Issue
Block a user