From: Darrick J. Wong <djwong@xxxxxxxxxx> Report on the health of the inode link counts. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> --- 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}, };