Re: [PATCH 5/6] erofs: convert z_erofs_submissionqueue_endio() to folios

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


On 2024/3/5 17:14, Gao Xiang wrote:
Use bio_for_each_folio() to iterate over each folio in the bio and
there is no large folios for now.

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

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,