Add a dentry op to allow processes to be held during pathwalk transit
[pandora-kernel.git] / fs / autofs4 / dev-ioctl.c
index eff9a41..1442da4 100644 (file)
@@ -551,7 +551,7 @@ static int autofs_dev_ioctl_ismountpoint(struct file *fp,
 
                err = have_submounts(path.dentry);
 
-               if (follow_down(&path))
+               if (follow_down_one(&path))
                        magic = path.mnt->mnt_sb->s_magic;
        }