]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: continue to mount after failing recovery
authorChris Fries <C.Fries@motorola.com>
Thu, 2 May 2013 21:07:34 +0000 (16:07 -0500)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 8 May 2013 10:54:19 +0000 (19:54 +0900)
commit0b8dec4c1cbc3eddf1890bf8b4bc2f73bae0a4e4
tree5c6bd1d89759315d95126900c84a24a30b7f5ecf
parent9de10cdebd7aea1d284b9981bac5a77648879265
f2fs: continue to mount after failing recovery

When unable to roll forward the journal, we shouldn't bail out and
not mount, we should continue to attempt the mount.  Bad recovery data
is likely unrecoverable at this point, and requiring the user to try
to mount again doesn't solve any issues.

Signed-off-by: Chris Fries <C.Fries@motorola.com>
Reviewed-by: Russell Knize <rknize2@motorola.com>
Reviewed-by: Jason Hrycay <jason.hrycay@motorola.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/super.c