Nicholas Krause 545fe4210d f2fs: fix error handling for calls to various functions in the function recover_inline_data
This fixes error handling for calls to various functions in the
function  recover_inline_data to check if these particular functions
either return a error code or the boolean value false to signal their
caller they have failed internally and if this arises return false
to signal failure immediately to the caller of recover_inline_data
as we cannot continue after failures to calling either the function
truncate_inline_inode or truncate_blocks.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2015-10-09 16:20:53 -07:00
..
2015-06-11 15:04:20 -07:00
2015-10-09 16:20:50 -07:00
2015-10-09 16:20:50 -07:00
2015-08-21 22:43:32 -07:00
2015-08-14 16:02:15 -07:00
2015-08-20 09:00:06 -07:00