Re: [f2fs-dev] [PATCH 5/6] f2fs: implement iomap operations

From: Jaegeuk Kim
Date: Wed Jan 05 2022 - 13:26:05 EST


On 01/05, Chao Yu wrote:
> On 2022/1/5 5:24, Jaegeuk Kim wrote:
> > From: Eric Biggers <ebiggers@xxxxxxxxxx>
> >
> > Implement 'struct iomap_ops' for f2fs, in preparation for making f2fs
> > use iomap for direct I/O.
> >
> > Note that this may be used for other things besides direct I/O in the
> > future; however, for now I've only tested it for direct I/O.
> >
> > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> > Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
>
> Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Ditto. Thanks,

>
> Thanks,