commit | 541145d4b5754f3f18a6846684bc9b09e5446cf2 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jul 23 16:27:45 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:20 2024 -0700 |
tree | b6625f928c5053f6e7b066e648f8d3e87305e518 | |
parent | 63d570ffea2c25a7861a1b5a448557e78efab10b [diff] |
xfs_scrub_all: fail fast on masked units If xfs_scrub_all tries to start a masked xfs_scrub@ unit, that's a sign that the system administrator really didn't want us to scrub that filesystem. Instead of retrying pointlessly, just make a note of the failure and move on. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>