diff options
Diffstat (limited to 'fs/xfs/xfs_trans.h')
-rw-r--r-- | fs/xfs/xfs_trans.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h index ae2ae3e020d..0df51547757 100644 --- a/fs/xfs/xfs_trans.h +++ b/fs/xfs/xfs_trans.h | |||
@@ -768,6 +768,7 @@ typedef struct xfs_log_item { | |||
768 | xfs_lsn_t li_lsn; /* last on-disk lsn */ | 768 | xfs_lsn_t li_lsn; /* last on-disk lsn */ |
769 | struct xfs_log_item_desc *li_desc; /* ptr to current desc*/ | 769 | struct xfs_log_item_desc *li_desc; /* ptr to current desc*/ |
770 | struct xfs_mount *li_mountp; /* ptr to fs mount */ | 770 | struct xfs_mount *li_mountp; /* ptr to fs mount */ |
771 | struct xfs_ail *li_ailp; /* ptr to AIL */ | ||
771 | uint li_type; /* item type */ | 772 | uint li_type; /* item type */ |
772 | uint li_flags; /* misc flags */ | 773 | uint li_flags; /* misc flags */ |
773 | struct xfs_log_item *li_bio_list; /* buffer item list */ | 774 | struct xfs_log_item *li_bio_list; /* buffer item list */ |