summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/newbt.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/scrub/newbt.h')
-rw-r--r--fs/xfs/scrub/newbt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/scrub/newbt.h b/fs/xfs/scrub/newbt.h
index ca53271f3a4c..d2baffa17b1a 100644
--- a/fs/xfs/scrub/newbt.h
+++ b/fs/xfs/scrub/newbt.h
@@ -12,6 +12,9 @@ struct xrep_newbt_resv {
struct xfs_perag *pag;
+ /* Auto-freeing this reservation if we don't commit. */
+ struct xfs_alloc_autoreap autoreap;
+
/* AG block of the extent we reserved. */
xfs_agblock_t agbno;