On 2022/10/29 1:58, Eric Biggers wrote:
@@ -116,43 +116,51 @@ struct bio_post_read_ctx { struct f2fs_sb_info *sbi; struct work_struct work; unsigned int enabled_steps; + bool decompression_attempted;
How about adding some comments for decompression_attempted? Otherwise it looks good to me. Reviewed-by: Chao Yu <chao@xxxxxxxxxx> Thanks,