On Mon, Oct 28, 2019 at 09:04:21PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Currently, this function open-codes walking a bmbt to count the extents > and blocks in use by a particular inode fork. Since we now have a > function to tally extent records from the incore extent tree and a btree > helper to count every block in a btree, replace all that with calls to > the helpers. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good with that additional comment: Reviewed-by: Christoph Hellwig <hch@xxxxxx>