]> www.infradead.org Git - users/jedix/linux-maple.git/commit
erofs: convert z_erofs_bind_cache() to folios
authorGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 14 Jan 2025 03:44:29 +0000 (11:44 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 16 Jan 2025 19:22:59 +0000 (03:22 +0800)
commite180b8c4c23beb876927a999c49c18b361fa7975
tree68e0af39cb0e0da2460da38a9ff9cac598196ddb
parent6f435e94a19ad25b372bc61443afd0839b8a521c
erofs: convert z_erofs_bind_cache() to folios

The managed cache uses a pseudo inode to keep (necessary) compressed
data.

Currently, it still uses zero-order folios, so this is just a trivial
conversion, except that the use of the pagepool is temporarily dropped.

Drop some obsoleted comments too.

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