f2fs: do not return EFSCORRUPTED, but try to run online repair
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 19 Oct 2023 22:51:08 +0000 (15:51 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 19 Oct 2023 22:51:08 +0000 (15:51 -0700)
commit50a472bbc79ff9d5a88be8019a60e936cadf9f13
tree62d99af01976563ffeff653bb58cbf2280516fa9
parenta5e80e18f268ea7c7a36bc4159de0deb3b5a2171
f2fs: do not return EFSCORRUPTED, but try to run online repair

If we return the error, there's no way to recover the status as of now, since
fsck does not fix the xattr boundary issue.

Cc: stable@vger.kernel.org
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.c
fs/f2fs/xattr.c