commit | 21ec54168b368f1a98097dee00625ec8ec2d47f3 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:32 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:23 2017 -0700 |
tree | 953541b86d06cdbb48e7f8d0f0d5707b2b627cb6 | |
parent | ed438b476b611c67089760037139f93ea8ed41d5 [diff] |
xfs: create block pointer check functions Create some helper functions to check that a block pointer points within the filesystem (or AG) and doesn't point at static metadata. We will use this for scrub. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>