From: Darrick J. Wong Date: Mon, 22 Apr 2024 17:01:16 +0000 (-0700) Subject: xfs_spaceman: report health of inode link counts X-Git-Tag: v6.9.0~15^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60cf6755a65f544665bca5b887fa4926a3253658;p=thirdparty%2Fxfsprogs-dev.git 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 --- diff --git a/spaceman/health.c b/spaceman/health.c index 3318f9d1..88b12c0b 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}, };