aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_log.h')
-rw-r--r--fs/xfs/xfs_log.h5
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);
162int xfs_log_mount_finish(struct xfs_mount *mp); 162int xfs_log_mount_finish(struct xfs_mount *mp);
163void xfs_log_move_tail(struct xfs_mount *mp, 163xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
164 xfs_lsn_t tail_lsn); 164void xfs_log_space_wake(struct xfs_mount *mp,
165 bool opportunistic);
165int xfs_log_notify(struct xfs_mount *mp, 166int 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);