]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/autofs4/expire.c
Add a dentry op to allow processes to be held during pathwalk transit
[mv-sheeva.git] / fs / autofs4 / expire.c
index cc1d013659051401f49afe701e835eb732a31ed7..6a930b90d38983e542070ed9b7c3b157398c9751 100644 (file)
@@ -56,7 +56,7 @@ static int autofs4_mount_busy(struct vfsmount *mnt, struct dentry *dentry)
 
        path_get(&path);
 
-       if (!follow_down(&path))
+       if (!follow_down_one(&path))
                goto done;
 
        if (is_autofs4_dentry(path.dentry)) {