commit | a1f3e0cca41036c3c66abb6a2ed8fedc214e9a4c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Feb 22 12:33:04 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Feb 22 12:33:04 2024 -0800 |
tree | 3dfc69e8562e3dde1ef03791b1172cc8790c9817 | |
parent | 0e24ec3c56fbc797b34fc94073320c336336b4f9 [diff] |
xfs: update health status if we get a clean bill of health If scrub finds that everything is ok with the filesystem, we need a way to tell the health tracking that it can let go of indirect health flags, since indirect flags only mean that at some point in the past we lost some context. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>