Re: [PATCH v2] ocfs2: fix panic due to ocfs2_wq is null

2019-10-15 Thread Joseph Qi
On 19/10/15 19:29, Yi Li wrote: > From: Yi Li > > mount.ocfs2 failed when read ocfs2 filesystem super error. > the func ocfs2_initialize_super will return before allocate ocfs2_wq. > ocfs2_dismount_volume will triggered the following panic. > > Oct 15 16:09:27 cnwarekv-205120 kernel: On-dis

[PATCH v2] ocfs2: fix panic due to ocfs2_wq is null

2019-10-15 Thread Yi Li
From: Yi Li mount.ocfs2 failed when read ocfs2 filesystem super error. the func ocfs2_initialize_super will return before allocate ocfs2_wq. ocfs2_dismount_volume will triggered the following panic. Oct 15 16:09:27 cnwarekv-205120 kernel: On-disk corruption discovered.Please run fsck.ocfs2 onc

[PATCH v2] ocfs2: fix panic due to ocfs2_wq is null

2019-10-15 Thread Yi Li
From: Yi Li mount.ocfs2 failed when read ocfs2 filesystem super error. the func ocfs2_initialize_super will return before allocate ocfs2_wq. ocfs2_dismount_volume will triggered the following panic. Oct 15 16:09:27 cnwarekv-205120 kernel: On-disk corruption discovered.Please run fsck.ocfs2 onc