commit | 4539b8a7807848ad5c9e4d1d4199f34eb88669c5 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Feb 01 09:08:52 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Feb 11 16:06:39 2019 -0800 |
tree | 318580883d04498584e995fb2d514155e38fe462 | |
parent | b9454fe056bda3b208225e4ac76bcc7c912f350a [diff] |
xfs: scrub big block inode btrees correctly Teach scrub how to handle the case that there are one or more inobt records covering a given inode cluster. This fixes the operation on big block filesystems (e.g. 64k blocks, 512 byte inodes). Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>