Re: [PATCH 2/2] f2fs: pass the bio operation to bio_alloc_bioset

From: Chao Yu
Date: Mon Feb 28 2022 - 21:49:20 EST


On 2022/2/28 20:41, Christoph Hellwig wrote:
Refactor block I/O code so that the bio operation and known flags are set
at bio allocation time. Only the later updated flags are updated on the
fly.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,