Re: [PATCH 3/6] erofs: get rid of `justfound` debugging tag
From: Chao Yu
Date: Sat Mar 09 2024 - 20:05:55 EST
On 2024/3/5 17:14, Gao Xiang wrote:
`justfound` is introduced to identify cached folios that are just added
to compressed bvecs so that more checks can be applied in the I/O
submission path.
EROFS is quite now stable compared to the codebase at that stage.
`justfound` becomes a burden for upcoming features. Drop it.
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,