commit | a6e46a1795e59a23ef14cc8bfe6a88ce64892305 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Nov 17 11:15:19 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Dec 31 12:55:35 2020 -0800 |
tree | 3dd4693e53b5ad2fe4decf278900a0a098ba4988 | |
parent | 44a61b5d0148c97af9b64e528399ceeff0a1f32e [diff] |
xfs_scrub: serialize the scan-happy repair functions Some of the metadata repair functions require full scans of the filesystem. Use a rwlock to make sure that these repair functions only run one at a time. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>