aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_trans_priv.h')
-rw-r--r--fs/xfs/xfs_trans_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trans_priv.h b/fs/xfs/xfs_trans_priv.h
index 46a1ebd4a7a2..218304a8cdc7 100644
--- a/fs/xfs/xfs_trans_priv.h
+++ b/fs/xfs/xfs_trans_priv.h
@@ -71,6 +71,7 @@ struct xfs_ail {
71 spinlock_t xa_lock; 71 spinlock_t xa_lock;
72 xfs_lsn_t xa_last_pushed_lsn; 72 xfs_lsn_t xa_last_pushed_lsn;
73 int xa_log_flush; 73 int xa_log_flush;
74 wait_queue_head_t xa_empty;
74}; 75};
75 76
76/* 77/*
@@ -102,6 +103,7 @@ xfs_trans_ail_delete(
102 103
103void xfs_ail_push(struct xfs_ail *, xfs_lsn_t); 104void xfs_ail_push(struct xfs_ail *, xfs_lsn_t);
104void xfs_ail_push_all(struct xfs_ail *); 105void xfs_ail_push_all(struct xfs_ail *);
106void xfs_ail_push_all_sync(struct xfs_ail *);
105struct xfs_log_item *xfs_ail_min(struct xfs_ail *ailp); 107struct xfs_log_item *xfs_ail_min(struct xfs_ail *ailp);
106xfs_lsn_t xfs_ail_min_lsn(struct xfs_ail *ailp); 108xfs_lsn_t xfs_ail_min_lsn(struct xfs_ail *ailp);
107 109