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

From: Jaegeuk Kim
Date: Wed Mar 09 2022 - 16:56:09 EST


On 03/01, Chao Yu wrote:
> 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>

Acked-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>

>
> Thanks,