diff options
Diffstat (limited to 'fs/xfs/xfs_log.h')
| -rw-r--r-- | fs/xfs/xfs_log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h index 68a3ea4fe7..02955f0c0b 100644 --- a/fs/xfs/xfs_log.h +++ b/fs/xfs/xfs_log.h @@ -164,6 +164,8 @@ void xfs_log_move_tail(struct xfs_mount *mp, int xfs_log_notify(struct xfs_mount *mp, void *iclog, xfs_log_callback_t *callback_entry); +int xfs_log_release_iclog(struct xfs_mount *mp, + void *iclog_hndl); int xfs_log_reserve(struct xfs_mount *mp, int length, int count, |
