diff options
Diffstat (limited to 'fs/xfs/xfs_trans_resv.h')
-rw-r--r-- | fs/xfs/xfs_trans_resv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trans_resv.h b/fs/xfs/xfs_trans_resv.h index b8d5666990fe..140d3f367284 100644 --- a/fs/xfs/xfs_trans_resv.h +++ b/fs/xfs/xfs_trans_resv.h | |||
@@ -65,6 +65,9 @@ struct xfs_trans_resv { | |||
65 | struct xfs_trans_res tr_fsyncts; /* update timestamps on fsync */ | 65 | struct xfs_trans_res tr_fsyncts; /* update timestamps on fsync */ |
66 | }; | 66 | }; |
67 | 67 | ||
68 | /* shorthand way of accessing reservation structure */ | ||
69 | #define M_RES(mp) (&(mp)->m_resv) | ||
70 | |||
68 | /* | 71 | /* |
69 | * Per-extent log reservation for the allocation btree changes | 72 | * Per-extent log reservation for the allocation btree changes |
70 | * involved in freeing or allocating an extent. | 73 | * involved in freeing or allocating an extent. |