summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2017-10-18 06:37:47 +0200
committerDarrick J. Wong2017-10-27 00:38:26 +0200
commitc2fc338c87a31f557b57f5143602444ba3cf2c3e (patch)
tree566d7b80f029b42e74a2737e4fad7f7577109dc6 /fs/xfs/Makefile
parentxfs: scrub realtime bitmap/summary (diff)
downloadkernel-qcow2-linux-c2fc338c87a31f557b57f5143602444ba3cf2c3e.tar.gz
kernel-qcow2-linux-c2fc338c87a31f557b57f5143602444ba3cf2c3e.tar.xz
kernel-qcow2-linux-c2fc338c87a31f557b57f5143602444ba3cf2c3e.zip
xfs: scrub quota information
Perform some quick sanity testing of the disk quota information. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.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 fad8418791ed..a2a5d046793d 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -161,4 +161,5 @@ xfs-y += $(addprefix scrub/, \
)
xfs-$(CONFIG_XFS_RT) += scrub/rtbitmap.o
+xfs-$(CONFIG_XFS_QUOTA) += scrub/quota.o
endif