ocfs2: Add ocfs2_read_refcount_block.
[deliverable/linux.git] / fs / cifs / cifs_dfs_ref.c
index 83d62759c7c7a42537674faa4b05958292076c08..3bb11be8b6a8210271368fc8b6c44942c77a02a7 100644 (file)
@@ -275,7 +275,7 @@ static int add_mount_helper(struct vfsmount *newmnt, struct nameidata *nd,
        case -EBUSY:
                /* someone else made a mount here whilst we were busy */
                while (d_mountpoint(nd->path.dentry) &&
-                      follow_down(&nd->path.mnt, &nd->path.dentry))
+                      follow_down(&nd->path))
                        ;
                err = 0;
        default:
This page took 0.024239 seconds and 5 git commands to generate.