aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/journal.c')
-rw-r--r--fs/ocfs2/journal.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c
index 61db8e7fffa5..00402e749fc6 100644
--- a/fs/ocfs2/journal.c
+++ b/fs/ocfs2/journal.c
@@ -195,11 +195,12 @@ done_free:
195 return ERR_PTR(ret); 195 return ERR_PTR(ret);
196} 196}
197 197
198void ocfs2_commit_trans(struct ocfs2_journal_handle *handle) 198void ocfs2_commit_trans(struct ocfs2_super *osb,
199 struct ocfs2_journal_handle *handle)
199{ 200{
200 handle_t *jbd_handle; 201 handle_t *jbd_handle;
201 int retval; 202 int retval;
202 struct ocfs2_journal *journal = handle->journal; 203 struct ocfs2_journal *journal = osb->journal;
203 204
204 mlog_entry_void(); 205 mlog_entry_void();
205 206