switch follow_up() to struct path

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2009-04-18 03:26:48 -04:00
parent e64c390ca0
commit bab77ebf51
4 changed files with 11 additions and 11 deletions

View File

@@ -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);