Re: [PATCH 15/30] iomap: switch iomap_zero_range to use iomap_iter

2021-08-10 Thread Darrick J. Wong
On Mon, Aug 09, 2021 at 08:12:29AM +0200, Christoph Hellwig wrote: > Switch iomap_zero_range to use iomap_iter. > > Signed-off-by: Christoph Hellwig Straightforward. Reviewed-by: Darrick J. Wong --D > --- > fs/iomap/buffered-io.c | 36 ++-- > 1 file changed,

[PATCH 15/30] iomap: switch iomap_zero_range to use iomap_iter

2021-08-09 Thread Christoph Hellwig
Switch iomap_zero_range to use iomap_iter. Signed-off-by: Christoph Hellwig --- fs/iomap/buffered-io.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c index 4f525727462f33..3a23f7346938fb