diff options
Diffstat (limited to 'fs/xfs/xfs_log.h')
-rw-r--r-- | fs/xfs/xfs_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h index 4a0c57432e8f..04c78e642cc8 100644 --- a/fs/xfs/xfs_log.h +++ b/fs/xfs/xfs_log.h | |||
@@ -198,6 +198,7 @@ xlog_tid_t xfs_log_get_trans_ident(struct xfs_trans *tp); | |||
198 | int xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp, | 198 | int xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp, |
199 | struct xfs_log_vec *log_vector, | 199 | struct xfs_log_vec *log_vector, |
200 | xfs_lsn_t *commit_lsn, int flags); | 200 | xfs_lsn_t *commit_lsn, int flags); |
201 | bool xfs_log_item_in_current_chkpt(struct xfs_log_item *lip); | ||
201 | 202 | ||
202 | #endif | 203 | #endif |
203 | 204 | ||