summaryrefslogtreecommitdiff
tag namebmap-refactor_2019-10-28 (2b545ff0f75d0066f3af68c0b17da485031a07f7)
tag date2019-10-28 21:01:08 -0700
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 17ae18072b...
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.