aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2009-04-18 03:26:48 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2009-06-11 21:36:00 -0400
commitbab77ebf51e3902f608ecf08c9d34a0a52ac35a9 (patch)
tree710a8bba0a4f3738b32e4e5230ccf3665cd1b815 /fs/autofs4
parente64c390ca0b60fd2119331ef1fa888d7ea27e424 (diff)
switch follow_up() to struct path
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/autofs4')
-rw-r--r--fs/autofs4/dev-ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/dev-ioctl.c b/fs/autofs4/dev-ioctl.c
index f71dac9986f0..670407576b25 100644
--- a/fs/autofs4/dev-ioctl.c
+++ b/fs/autofs4/dev-ioctl.c
@@ -212,7 +212,7 @@ static int find_autofs_mount(const char *pathname,
212 err = 0; 212 err = 0;
213 } 213 }
214 } 214 }
215 if (!follow_up(&path.mnt, &path.dentry)) 215 if (!follow_up(&path))
216 break; 216 break;
217 } 217 }
218 path_put(&path); 218 path_put(&path);