commit | 33005fd0a537501111fc97ec330b721388c6b451 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Dec 04 13:28:35 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Dec 09 09:49:38 2020 -0800 |
tree | 1838c7876c83cac6d755b34b920ea1ca006ddcb3 | |
parent | 18695ad4251462b33787b7e375dbda57c1969c8f [diff] |
xfs: refactor file range validation Refactor all the open-coded validation of file block ranges into a single helper, and teach the bmap scrubber to check the ranges. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>