Merge tag 'mmc-v3.19-4' of git://git.linaro.org/people/ulf.hansson/mmc
[deliverable/linux.git] / fs / pnode.c
index aae331a5d03b2591e670c9a08451bd00ad8e66f9..260ac8f898a43de82de925d9befad1613a7764fb 100644 (file)
@@ -242,6 +242,7 @@ static int propagate_one(struct mount *m)
        child = copy_tree(last_source, last_source->mnt.mnt_root, type);
        if (IS_ERR(child))
                return PTR_ERR(child);
+       child->mnt.mnt_flags &= ~MNT_LOCKED;
        mnt_set_mountpoint(m, mp, child);
        last_dest = m;
        last_source = child;
This page took 0.029221 seconds and 5 git commands to generate.