Re: [PATCH 4/6] erofs: convert z_erofs_fill_bio_vec() to folios

From: Chao Yu
Date: Sat Mar 09 2024 - 20:07:35 EST


On 2024/3/5 17:14, Gao Xiang wrote:
Introduce a folio member to `struct z_erofs_bvec` and convert most
of z_erofs_fill_bio_vec() to folios, which is still straight-forward.

Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,