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@vger.kernel.org # 4.19+ Signed-off-by: Jaegeuk Kim jaegeuk@kernel.org
Reviewed-by: Chao Yu yuchao0@huawei.com
Thanks,