lkml.org 
[lkml]   [2014]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: fs: panic in mnt_set_mountpoint
From
> 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


\
 
 \ /
  Last update: 2014-08-20 14:41    [W:0.091 / U:0.868 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site