Re: fs: panic in mnt_set_mountpoint

From: Jonas Jensen
Date: Wed Aug 20 2014 - 08:35:43 EST


> 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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/