diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-02-22 12:30:57 -0800 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-02-22 12:30:57 -0800 |
commit | 96ed2ae4a9b06b417e1c20c086c77755a43284bf (patch) | |
tree | c61a2f29ef98053819ac53cff972695622f4b4a0 /fs/xfs/Makefile | |
parent | 7038c6e5261eef2442bff086f80a493dbd8bfdc9 (diff) | |
download | linux-96ed2ae4a9b06b417e1c20c086c77755a43284bf.tar.gz linux-96ed2ae4a9b06b417e1c20c086c77755a43284bf.tar.bz2 linux-96ed2ae4a9b06b417e1c20c086c77755a43284bf.zip |
xfs: repair dquots based on live quotacheck results
Use the shadow quota counters that live quotacheck creates to reset the
incore dquot counters.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
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 951404c3e05c..68891e6ee08e 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -204,6 +204,7 @@ xfs-$(CONFIG_XFS_RT) += $(addprefix scrub/, \ xfs-$(CONFIG_XFS_QUOTA) += $(addprefix scrub/, \ quota_repair.o \ + quotacheck_repair.o \ ) endif endif |