Re: [PATCH 1/2] xfs: remove unnecessary agno variable from struct xchk_ag
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-08-12 08:43:57
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-08-12 08:43:57
On Wed, Aug 11, 2021 at 05:59:00PM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> Now that we always grab an active reference to a perag structure when dealing with perag metadata, we can remove this unnecessary variable. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>