> diff --git a/fs/namespace.c b/fs/namespace.c > index 4246696dc678..a6815027f225 100644 > --- a/fs/namespace.c > +++ b/fs/namespace.c > @@ -736,6 +736,7 @@ static struct mountpoint *new_mountpoint(struct dentry *dentry) > return ERR_PTR(ret); > } > > + INIT_HLIST_HEAD(&mp->m_list); > mp->m_dentry = dentry; > mp->m_count = 1; > hlist_add_head(&mp->m_hash, chain); I can confirm this has been fixed in next-20140820, my boards boot without panic after rebase (commit: "Merge remote-tracking branch 'vfs/for-next'" - 002561f4e9e40e5444a8776daeaa4e5a718c376c). Thanks! Jonas -- 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