On Mon, May 21, 2012 at 11:27:21AM -0700, Andi Kleen wrote: > > diff --git a/fs/namespace.c b/fs/namespace.c > > index 5a6208b..224aff1 100644 > > --- a/fs/namespace.c > > +++ b/fs/namespace.c > > @@ -2250,6 +2250,7 @@ static struct mnt_namespace *dup_mnt_ns(struct mnt_namespace *mnt_ns, > > kfree(new_ns); > > return ERR_PTR(-ENOMEM); > > } > > + new_ns->root = new; > > > oops. Thanks for finding that. Must have been a merge error somewhere. Nah, just me cherry-picking unfixed variant. It had come up back in March, remember? Replaced with fixed variant in the local tree, will go into for-next (and for-linus, while we are at it) tonight or tomorrow morning. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html