summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-01-05 17:43:36 -0800
committerDarrick J. Wong <djwong@kernel.org>2021-08-25 22:25:55 -0700
commit82b953b017e8b0885830961ab221c3252fda9c73 (patch)
tree97e54b9af018c612f471f6a5d103b56750747aac /fs/xfs/Makefile
parentfc8f947fa4eaa0152ba0801b4ad82446a4a76776 (diff)
xfs: repair dquots based on live quotacheck resultsrepair-quota_2021-08-25
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 81ae812a6831..c6252ac30e0b 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -182,6 +182,7 @@ xfs-y += $(addprefix scrub/, \
xfs-$(CONFIG_XFS_QUOTA) += $(addprefix scrub/, \
quota_repair.o \
+ quotacheck_repair.o \
)
endif