]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: convert the agresv command to use for_each_perag libxfs-5.14-sync
authorDarrick J. Wong <djwong@kernel.org>
Fri, 15 Oct 2021 20:28:27 +0000 (16:28 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 15 Oct 2021 20:28:27 +0000 (16:28 -0400)
commitb4c6731a199502387157803a79b8bc06e5fc9fc0
treec412c2ec461ddd7dbd893f740dd2ac0df1104461
parentf682c323e629944c0dab728911f3144c91e15eb8
xfs_db: convert the agresv command to use for_each_perag

Convert the AG iteration loop for this debugger command to use
for_each_perag, since it's the only place in userspace that obvious
wants it.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/info.c