Re: [f2fs-dev] [PATCH] f2fs: fix false alarm on invalid block address

From: Chao Yu
Date: Wed Apr 24 2024 - 21:24:09 EST


On 2024/4/25 1:35, Jaegeuk Kim wrote:
f2fs_ra_meta_pages can try to read ahead on invalid block address which is
not the corruption case.

Cc: <stable@xxxxxxxxxx> # v6.9+
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=218770
Fixes: 31f85ccc84b8 ("f2fs: unify the error handling of f2fs_is_valid_blkaddr")
Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,