aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ag.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_ag.h')
-rw-r--r--fs/xfs/xfs_ag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ag.h b/fs/xfs/xfs_ag.h
index 18ae43f4255d..963bc2700bf7 100644
--- a/fs/xfs/xfs_ag.h
+++ b/fs/xfs/xfs_ag.h
@@ -197,6 +197,8 @@ typedef struct xfs_perag_busy {
197#endif 197#endif
198 198
199typedef struct xfs_perag { 199typedef struct xfs_perag {
200 struct xfs_mount *pag_mount; /* owner filesystem */
201 xfs_agnumber_t pag_agno; /* AG this structure belongs to */
200 atomic_t pag_ref; /* perag reference count */ 202 atomic_t pag_ref; /* perag reference count */
201 char pagf_init; /* this agf's entry is initialized */ 203 char pagf_init; /* this agf's entry is initialized */
202 char pagi_init; /* this agi's entry is initialized */ 204 char pagi_init; /* this agi's entry is initialized */