commit | 22234c62f98bf06ae21cb71fb5b2aef2ce13326e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Feb 01 09:08:50 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Feb 11 16:06:39 2019 -0800 |
tree | cbf07944a62e5c781f4c108219b5ca8eb696256a | |
parent | c050fdfeb575a57ba955427142469b2d2e5f7ac2 [diff] |
xfs: check inobt record alignment on big block filesystems On a big block filesystem, there may be multiple inobt records covering a single inode cluster. These records obviously won't be aligned to cluster alignment rules, and they must cover the entire cluster. Teach scrub to check for these things. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com>