commit | 487d88931e695c5bd4ad65467f007d2ea069f4b1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Sep 04 08:39:59 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Sep 25 14:02:50 2019 -0700 |
tree | 6b2259bfeec398f09f1697c3cdfd6fa0bb06e002 | |
parent | b287097fc20fae30969ac2fcfc5c5c52231ff08e [diff] |
xfs_scrub: separate internal metadata scrub functions Refactor xfs_scrub_metadata into two functions -- one to make a single call xfs_check_metadata, and the second retains the loop logic. The name is a little easy to confuse with other functions, so rename it to reflect what it actually does: scrub all internal metadata of a given class (AG header, AG metadata, FS metadata). No functional changes. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>