diff options
Diffstat (limited to 'fs/ocfs2/journal.h')
-rw-r--r-- | fs/ocfs2/journal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h index 3e64e6b646a9..d315179d0c07 100644 --- a/fs/ocfs2/journal.h +++ b/fs/ocfs2/journal.h | |||
@@ -219,7 +219,8 @@ static inline void ocfs2_checkpoint_inode(struct inode *inode) | |||
219 | struct ocfs2_journal_handle *ocfs2_start_trans(struct ocfs2_super *osb, | 219 | struct ocfs2_journal_handle *ocfs2_start_trans(struct ocfs2_super *osb, |
220 | struct ocfs2_journal_handle *handle, | 220 | struct ocfs2_journal_handle *handle, |
221 | int max_buffs); | 221 | int max_buffs); |
222 | void ocfs2_commit_trans(struct ocfs2_journal_handle *handle); | 222 | void ocfs2_commit_trans(struct ocfs2_super *osb, |
223 | struct ocfs2_journal_handle *handle); | ||
223 | int ocfs2_extend_trans(handle_t *handle, int nblocks); | 224 | int ocfs2_extend_trans(handle_t *handle, int nblocks); |
224 | 225 | ||
225 | /* | 226 | /* |