mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
xfs: report healthy filesystem events in scrub stats
LOLLM also notices that I forgot to expose the "clean bill of health"
scrub stats. Fix that.
Cc: stable@vger.kernel.org # v6.9
Fixes: a1f3e0cca4 ("xfs: update health status if we get a clean bill of health")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Assisted-by: LOLLM # finding obvious bugs
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
This commit is contained in:
parent
568a1588b9
commit
0ae61c331e
|
|
@ -84,6 +84,7 @@ static const char *name_map[XFS_SCRUB_TYPE_NR] = {
|
|||
[XFS_SCRUB_TYPE_RGSUPER] = "rgsuper",
|
||||
[XFS_SCRUB_TYPE_RTRMAPBT] = "rtrmapbt",
|
||||
[XFS_SCRUB_TYPE_RTREFCBT] = "rtrefcountbt",
|
||||
[XFS_SCRUB_TYPE_HEALTHY] = "healthy",
|
||||
};
|
||||
|
||||
/* Format the scrub stats into a text buffer, similar to pcp style. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user