jfs: Several bugs in jfs_freeze() and jfs_unfreeze()
authorVahram Martirosyan <vmartirosyan@gmail.com>
Fri, 24 May 2013 08:57:12 +0000 (13:57 +0500)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Fri, 24 May 2013 21:03:42 +0000 (16:03 -0500)
The mentioned functions do not pay attention to the error codes returned
by the functions updateSuper(), lmLogInit() and lmLogShutdown(). It brings
to system crash later when writing to log.

The patch adds corresponding code to check and return the error codes
and to print correct error messages in case of errors.

Found by Linux File System Verification project (linuxtesting.org).

Signed-off-by: Vahram Martirosyan <vahram.martirosyan@linuxtesting.org>
Reviewed-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>

No differences found