commit | 0ab9d5c737180b4dd972d2743228ee14ccc4cddb | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Jan 16 10:12:15 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Apr 15 17:02:49 2019 -0700 |
tree | c720e7df708e798cbfa21cda1f103f4c01f0b8dc | |
parent | 43121500e4c6f8e71ef10a358ec13ac968cf9f4c [diff] |
xfs: add online scrub/repair for superblock counters Teach online scrub and repair how to check and reset the superblock inode and block counters. The AG rebuilding functions will need these to adjust the counts if they need to change as a part of recovering from corruption. We must use the repair freeze mechanism to prevent any other changes while we do this. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>