Re: [f2fs-dev] [PATCH 1/2] f2fs: fix missing up_read

From: Chao Yu
Date: Fri Sep 28 2018 - 22:05:20 EST


On 2018/9/29 1:48, Jaegeuk Kim wrote:
> This patch fixes missing up_read call.

I guess we need to add additional type of error injection to simulate
on-disk blkaddr corruption, then we can cover all those error paths.

>
> Fixes: c9b60788fc76 ("f2fs: fix to do sanity check with block address in main area")
> Cc: <stable@xxxxxxxxxxxxxxx> # 4.19+
> Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,