Re: [PATCH 1/2] f2fs: don't pass a bio to f2fs_target_device

From: Chao Yu
Date: Mon Feb 28 2022 - 21:48:43 EST


On 2022/2/28 20:41, Christoph Hellwig wrote:
Set the bdev at bio allocation time by changing the f2fs_target_device
calling conventions, so that no bio needs to be passed in.

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

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,