X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fpnode.c;h=aae331a5d03b2591e670c9a08451bd00ad8e66f9;hb=23d0db76ffa13ffb95229946e4648568c3c29db5;hp=302bf22c4a30762013dbbfd64d0353250101eb62;hpb=bf4c69f7dd8e0c3427262cc11652227ec7256a75;p=pandora-kernel.git diff --git a/fs/pnode.c b/fs/pnode.c index 302bf22c4a30..aae331a5d03b 100644 --- a/fs/pnode.c +++ b/fs/pnode.c @@ -381,6 +381,7 @@ static void __propagate_umount(struct mount *mnt) * other children */ if (child && list_empty(&child->mnt_mounts)) { + list_del_init(&child->mnt_child); hlist_del_init_rcu(&child->mnt_hash); hlist_add_before_rcu(&child->mnt_hash, &mnt->mnt_hash); }