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

2024-03-09 Thread Chao Yu
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 Reviewed-by: Chao Yu Thanks,

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

2024-03-05 Thread Gao Xiang
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 --- fs/erofs/zdata.c | 71 1 file changed, 36 insertions(+), 35 deletions(-) diff