diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2017-10-17 21:37:47 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-10-26 15:38:26 -0700 |
commit | c2fc338c87a31f557b57f5143602444ba3cf2c3e (patch) | |
tree | 566d7b80f029b42e74a2737e4fad7f7577109dc6 /fs/xfs/Makefile | |
parent | 29b0767b8beb4c5e3fd94656d51413a4fe8d2d74 (diff) |
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/Makefile | 1 |
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 |