summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/quotacheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/scrub/quotacheck.h')
-rw-r--r--fs/xfs/scrub/quotacheck.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/xfs/scrub/quotacheck.h b/fs/xfs/scrub/quotacheck.h
index 99eae596dd41..244e8cc0f8e9 100644
--- a/fs/xfs/scrub/quotacheck.h
+++ b/fs/xfs/scrub/quotacheck.h
@@ -43,6 +43,12 @@ struct xqcheck {
struct mutex lock;
struct xchk_iscan iscan;
+
+ /* Hooks into the quota code. */
+ struct xfs_dqtrx_hook qhook;
+
+ /* Shadow quota delta tracking structure. */
+ struct rhashtable shadow_dquot_acct;
};
/* Return the incore counter array for a given quota type. */