summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:06:18 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:16:42 -0700
commit87c22b32055c3bf90069f8336cb70c224b20ea26 (patch)
tree66c7c9a87b00dfa2a944ded065d4436129d6b7e0 /fs/xfs/Makefile
parent28c28e311bb0b24105edbe8b4d799db063e19782 (diff)
xfs: repair dquots based on live quotacheck resultsrepair-quotacheck_2022-10-14
Use the shadow quota counters that live quotacheck creates to reset the incore dquot counters. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index 719178c10983..f54fb8bc2859 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -196,6 +196,7 @@ xfs-$(CONFIG_XFS_RT) += $(addprefix scrub/, \
xfs-$(CONFIG_XFS_QUOTA) += $(addprefix scrub/, \
quota_repair.o \
+ quotacheck_repair.o \
)
endif
endif