Re: [PATCH 2/2] jfs: Log shutdown error in jfs_freeze() function

2013-05-24 Thread Dave Kleikamp
On 05/24/2013 04:25 AM, Gu Zheng wrote: > Hi Vahram, >I saw the same issue in the bugzilla: > https://bugzilla.kernel.org/show_bug.cgi?id=53331, > and I sent out a patch this issue, but I've get any feedback. Sorry I missed that bug. I just realized that bugzilla.kernel.org has been sending my

Re: [PATCH 2/2] jfs: Log shutdown error in jfs_freeze() function

2013-05-24 Thread Gu Zheng
Hi Vahram, I saw the same issue in the bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=53331, and I sent out a patch this issue, but I've get any feedback. In fact, I think it's the right way to fix this issue, can you help to test it? Thanks, Gu On 05/24/2013 04:57 PM, Vahram Martirosy

[PATCH 2/2] jfs: Log shutdown error in jfs_freeze() function

2013-05-24 Thread Vahram Martirosyan
In function jfs_freeze() the log is shut down through lmLogShutdown() call. When the "nointegrity" mount option is enabled, the log is actually not initialized. As a result the freeze operation in that case brings to a kernel OOPS. The solution is to check if the "nointegrity" option is enabled an