On Thu, Apr 25, 2019 at 09:03:00AM +0200, Christoph Hellwig wrote: > We only have two callers that need the integer loop iterator, and they > can easily maintain it themselves. > > Suggested-by: Matthew Wilcox <willy@xxxxxxxxxxxxx> > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > Reviewed-by: Johannes Thumshirn <jthumshirn@xxxxxxx> > --- For the btrfs bits > fs/btrfs/compression.c | 3 +-- > fs/btrfs/disk-io.c | 4 ++-- > fs/btrfs/extent_io.c | 10 ++++------ > fs/btrfs/inode.c | 8 ++++---- > fs/btrfs/raid56.c | 3 +-- Acked-by: David Sterba <dsterba@xxxxxxxx>