commit | fb5c62308bfafe3d3028ae60f55d62134a022b93 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Feb 28 17:16:25 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Jun 12 11:46:00 2024 -0700 |
tree | e829268fa7c17e14a1c299971de6a4047d3da49e | |
parent | 7819cc0f52bb3d2263ba60e06d4b119a6286575f [diff] |
xfs_spaceman: report health of inode link counts Report on the health of the inode link counts. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/spaceman/health.c b/spaceman/health.c index 3318f9d..88b12c0 100644 --- a/spaceman/health.c +++ b/spaceman/health.c
@@ -76,6 +76,10 @@ .mask = XFS_FSOP_GEOM_SICK_QUOTACHECK, .descr = "quota counts", }, + { + .mask = XFS_FSOP_GEOM_SICK_NLINKS, + .descr = "inode link counts", + }, {0}, };