Re: [PATCH 5/7] xfs: only walk the incore inode tree once per blockgc scan
From: Christoph Hellwig <hch@infradead.org> Date: 2021-01-13 15:07:55
On Mon, Jan 11, 2021 at 03:23:46PM -0800, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org>
Perform background block preallocation gc scans more efficiently by
walking the incore inode tree once.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Looks good. If you could find a way to avoid the forward declarations
I'd be even more happy :)
Reviewed-by: Christoph Hellwig <hch@lst.de>