summaryrefslogtreecommitdiff
tag namebmap-refactor_2019-11-22 (4ce8e201e7f1d3a8ac428ee83be606302b773bb6)
tag date2019-11-22 21:35:44 -0800
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit e211a2b5a0...
xfs: refactor open-coded bmbt walks
These two patches refactor a couple of bmbt functions to use generic btree code for counting blocks and reading extents into the incore tree, instead of open-coding that.