Re: [Ocfs2-devel] [PATCH] ocfs2: call ocfs2_abort when journal abort

2015-12-18 Thread Andrew Morton
On Fri, 18 Dec 2015 15:19:25 +0800 Ryan Ding wrote: > orabug: 22293201 > > journal can not recover from abort state, so we should take following action > to > prevent file system from corruption: > > 1. change to readonly filesystem when local mount. We can not afford

[Ocfs2-devel] [PATCH] ocfs2: call ocfs2_abort when journal abort

2015-12-17 Thread Ryan Ding
orabug: 22293201 journal can not recover from abort state, so we should take following action to prevent file system from corruption: 1. change to readonly filesystem when local mount. We can not afford further write, so change to RO state is reasonable. 2. panic when cluster mount. Because