commit | b4c6731a199502387157803a79b8bc06e5fc9fc0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Oct 15 16:28:27 2021 -0400 |
committer | Eric Sandeen <sandeen@sandeen.net> | Fri Oct 15 16:28:27 2021 -0400 |
tree | c412c2ec461ddd7dbd893f740dd2ac0df1104461 | |
parent | f682c323e629944c0dab728911f3144c91e15eb8 [diff] |
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>