commit | 28a89567b8bd95f42c17822d276cccb5b085810d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 03 11:10:55 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Aug 03 11:10:55 2016 +1000 |
tree | ca190ef06cb1c44cab14b72e3f701964e4f880ff | |
parent | 105f7d83db4f82ce170893eaaca946754e38541f [diff] |
xfs: refactor btree owner change into a separate visit-blocks function Refactor the btree_change_owner function into a more generic apparatus which visits all blocks in a btree. We'll use this in a subsequent patch for counting btree blocks for AG reservations. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>