]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: convert the agresv command to use for_each_perag libxfs-5.14-sync_2021-07-28
authorDarrick J. Wong <djwong@kernel.org>
Tue, 13 Jul 2021 23:02:21 +0000 (16:02 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 28 Jul 2021 21:12:12 +0000 (14:12 -0700)
commit3ed0a9d02b0719357241f35b285124e405b36b3e
treea86ccf1fe3a3f9d813b918e5cedf06f92e9fa121
parentb85389b074b9373c42de1ff606a150ee4344e900
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>
db/info.c