]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: rename xfs_zone_gc_iter_next to xfs_zone_gc_iter_irec
authorChristoph Hellwig <hch@lst.de>
Tue, 31 Mar 2026 15:27:26 +0000 (17:27 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 7 Apr 2026 11:28:47 +0000 (13:28 +0200)
commitca0170a7fa41fa4ef5e31b0baf2225d84a385bfc
tree16ba51c75b0429728ecb8e9886425125903b1e06
parenta99ed5dbae018627faf4ac275cb322e94606a6f9
xfs: rename xfs_zone_gc_iter_next to xfs_zone_gc_iter_irec

This function returns the current iterator position, which makes the
_next postfix a bit misleading.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hans Holmberg <hans.holmberg@wdc.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_gc.c