Re: [PATCH 60/61] xfs_db: convert the agresv command to use for_each_perag
From: Christoph Hellwig <hch@infradead.org> Date: 2021-09-16 07:21:10
On Wed, Sep 15, 2021 at 04:12:02PM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org>
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>
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>