Re: [PATCH 17/27] iomap: switch iomap_seek_hole to use iomap_iter

2021-07-26 Thread Darrick J. Wong
On Mon, Jul 26, 2021 at 10:22:36AM +0200, Christoph Hellwig wrote: > On Mon, Jul 19, 2021 at 10:22:47AM -0700, Darrick J. Wong wrote: > > > -static loff_t > > > -iomap_seek_hole_actor(struct inode *inode, loff_t start, loff_t length, > > > - void *data, struct iomap *iomap, struct

Re: [PATCH 17/27] iomap: switch iomap_seek_hole to use iomap_iter

2021-07-19 Thread Darrick J. Wong
On Mon, Jul 19, 2021 at 12:35:10PM +0200, Christoph Hellwig wrote: > Rewrite iomap_seek_hole to use iomap_iter. > > Signed-off-by: Christoph Hellwig > --- > fs/iomap/seek.c | 46 +++--- > 1 file changed, 23 insertions(+), 23 deletions(-) > > diff --git

[PATCH 17/27] iomap: switch iomap_seek_hole to use iomap_iter

2021-07-19 Thread Christoph Hellwig
Rewrite iomap_seek_hole to use iomap_iter. Signed-off-by: Christoph Hellwig --- fs/iomap/seek.c | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/fs/iomap/seek.c b/fs/iomap/seek.c index ce6fb810854fec..7d6ed9af925e96 100644 ---