From 60cf6755a65f544665bca5b887fa4926a3253658 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 22 Apr 2024 10:01:16 -0700 Subject: [PATCH] xfs_spaceman: report health of inode link counts Report on the health of the inode link counts. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig --- spaceman/health.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spaceman/health.c b/spaceman/health.c index 3318f9d1a..88b12c0b0 100644 --- a/spaceman/health.c +++ b/spaceman/health.c @@ -76,6 +76,10 @@ static const struct flag_map fs_flags[] = { .mask = XFS_FSOP_GEOM_SICK_QUOTACHECK, .descr = "quota counts", }, + { + .mask = XFS_FSOP_GEOM_SICK_NLINKS, + .descr = "inode link counts", + }, {0}, }; -- 2.39.5