diff options
Diffstat (limited to 'fs/xfs/xfs_log.h')
-rw-r--r-- | fs/xfs/xfs_log.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h index 2aee3b22d29c..58d858074e6b 100644 --- a/fs/xfs/xfs_log.h +++ b/fs/xfs/xfs_log.h | |||
@@ -160,8 +160,9 @@ int xfs_log_mount(struct xfs_mount *mp, | |||
160 | xfs_daddr_t start_block, | 160 | xfs_daddr_t start_block, |
161 | int num_bblocks); | 161 | int num_bblocks); |
162 | int xfs_log_mount_finish(struct xfs_mount *mp); | 162 | int xfs_log_mount_finish(struct xfs_mount *mp); |
163 | void xfs_log_move_tail(struct xfs_mount *mp, | 163 | xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp); |
164 | xfs_lsn_t tail_lsn); | 164 | void xfs_log_space_wake(struct xfs_mount *mp, |
165 | bool opportunistic); | ||
165 | int xfs_log_notify(struct xfs_mount *mp, | 166 | int xfs_log_notify(struct xfs_mount *mp, |
166 | struct xlog_in_core *iclog, | 167 | struct xlog_in_core *iclog, |
167 | xfs_log_callback_t *callback_entry); | 168 | xfs_log_callback_t *callback_entry); |