summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-08-30 15:44:56 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-10-09 09:39:21 -0700
commit47b52d347429ea5732bd95d78349fee2396a4fca (patch)
tree2ab1b1c719bb4a68edebb549cd2d5851a4088b4c /fs/xfs/Makefile
parent28514e30a1fb7a2cfc3210e68f4848bb8d241dd2 (diff)
xfs: repair quotasrepair-quota_2019-10-09
Fix anything that causes the quota verifiers to fail. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
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 f57af623d7f2..4a4f8121499b 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -173,5 +173,6 @@ xfs-y += $(addprefix scrub/, \
symlink_repair.o \
xfile.o \
)
+xfs-$(CONFIG_XFS_QUOTA) += scrub/quota_repair.o
endif
endif