diff options
Diffstat (limited to 'fs/xfs/xfs_trans_priv.h')
-rw-r--r-- | fs/xfs/xfs_trans_priv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_trans_priv.h b/fs/xfs/xfs_trans_priv.h index 12e86af9d9b9..bd1281862ad7 100644 --- a/fs/xfs/xfs_trans_priv.h +++ b/fs/xfs/xfs_trans_priv.h | |||
@@ -133,8 +133,7 @@ struct xfs_log_item * xfs_trans_ail_cursor_last(struct xfs_ail *ailp, | |||
133 | xfs_lsn_t lsn); | 133 | xfs_lsn_t lsn); |
134 | struct xfs_log_item * xfs_trans_ail_cursor_next(struct xfs_ail *ailp, | 134 | struct xfs_log_item * xfs_trans_ail_cursor_next(struct xfs_ail *ailp, |
135 | struct xfs_ail_cursor *cur); | 135 | struct xfs_ail_cursor *cur); |
136 | void xfs_trans_ail_cursor_done(struct xfs_ail *ailp, | 136 | void xfs_trans_ail_cursor_done(struct xfs_ail_cursor *cur); |
137 | struct xfs_ail_cursor *cur); | ||
138 | 137 | ||
139 | #if BITS_PER_LONG != 64 | 138 | #if BITS_PER_LONG != 64 |
140 | static inline void | 139 | static inline void |