summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/quotacheck_repair.c
AgeCommit message (Collapse)Author
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong
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>