commit | e7f5d5ca36e29fa3c9702f236b0ab73f63336080 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 16 11:00:12 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jun 20 10:45:21 2017 -0700 |
tree | 8f10b248d7b616d52850d6e2b5013c2d35461ed3 | |
parent | d29cb3e45e923715f74d8a08d5c1ea996dce5a59 [diff] |
xfs: refactor the ifork block counting function Refactor the inode fork block counting function to count extents for us at the same time. This will be used by the bmbt scrubber function. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>