diff options
Diffstat (limited to 'fs/xfs/xfs_log.h')
-rw-r--r-- | fs/xfs/xfs_log.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h index 1c458487f000..e148719e0a5d 100644 --- a/fs/xfs/xfs_log.h +++ b/fs/xfs/xfs_log.h | |||
@@ -18,8 +18,6 @@ | |||
18 | #ifndef __XFS_LOG_H__ | 18 | #ifndef __XFS_LOG_H__ |
19 | #define __XFS_LOG_H__ | 19 | #define __XFS_LOG_H__ |
20 | 20 | ||
21 | #include "xfs_log_format.h" | ||
22 | |||
23 | struct xfs_log_vec { | 21 | struct xfs_log_vec { |
24 | struct xfs_log_vec *lv_next; /* next lv in build list */ | 22 | struct xfs_log_vec *lv_next; /* next lv in build list */ |
25 | int lv_niovecs; /* number of iovecs in lv */ | 23 | int lv_niovecs; /* number of iovecs in lv */ |
@@ -82,11 +80,7 @@ struct xlog_ticket; | |||
82 | struct xfs_log_item; | 80 | struct xfs_log_item; |
83 | struct xfs_item_ops; | 81 | struct xfs_item_ops; |
84 | struct xfs_trans; | 82 | struct xfs_trans; |
85 | 83 | struct xfs_log_callback; | |
86 | void xfs_log_item_init(struct xfs_mount *mp, | ||
87 | struct xfs_log_item *item, | ||
88 | int type, | ||
89 | const struct xfs_item_ops *ops); | ||
90 | 84 | ||
91 | xfs_lsn_t xfs_log_done(struct xfs_mount *mp, | 85 | xfs_lsn_t xfs_log_done(struct xfs_mount *mp, |
92 | struct xlog_ticket *ticket, | 86 | struct xlog_ticket *ticket, |
@@ -114,7 +108,7 @@ xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp); | |||
114 | void xfs_log_space_wake(struct xfs_mount *mp); | 108 | void xfs_log_space_wake(struct xfs_mount *mp); |
115 | int xfs_log_notify(struct xfs_mount *mp, | 109 | int xfs_log_notify(struct xfs_mount *mp, |
116 | struct xlog_in_core *iclog, | 110 | struct xlog_in_core *iclog, |
117 | xfs_log_callback_t *callback_entry); | 111 | struct xfs_log_callback *callback_entry); |
118 | int xfs_log_release_iclog(struct xfs_mount *mp, | 112 | int xfs_log_release_iclog(struct xfs_mount *mp, |
119 | struct xlog_in_core *iclog); | 113 | struct xlog_in_core *iclog); |
120 | int xfs_log_reserve(struct xfs_mount *mp, | 114 | int xfs_log_reserve(struct xfs_mount *mp, |