erofs: get rid of `justfound` debugging tag
authorGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 5 Mar 2024 09:14:45 +0000 (17:14 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Sun, 10 Mar 2024 10:40:49 +0000 (18:40 +0800)
commit19fb9070c2cd9aa6d4bd368985918d7200ec1722
treeaec5b96ed1c9865ea8d14e3a24dfa03f8cefb410
parent0e25a788ea2c4a6f5f971279396fcf79f4fecd7b
erofs: get rid of `justfound` debugging tag

`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.

Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240305091448.1384242-3-hsiangkao@linux.alibaba.com
fs/erofs/zdata.c