diff options
author | Nicholas Krause <xerofoify@gmail.com> | 2015-09-22 00:55:49 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-10-10 01:20:53 +0200 |
commit | 545fe4210df5eb4097aa17c68f0f153db27bcf44 (patch) | |
tree | 8ddc75d25204b70365c38087e1d44905027b7943 /fs/f2fs/debug.c | |
parent | f2fs: disallow switch extent_cache option dynamically (diff) | |
download | linux-545fe4210df5eb4097aa17c68f0f153db27bcf44.tar.xz linux-545fe4210df5eb4097aa17c68f0f153db27bcf44.zip |
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>
Diffstat (limited to 'fs/f2fs/debug.c')
0 files changed, 0 insertions, 0 deletions