diff options
Diffstat (limited to 'fs/ocfs2/suballoc.c')
-rw-r--r-- | fs/ocfs2/suballoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/suballoc.c b/fs/ocfs2/suballoc.c index 27f8dc4c819c..ea63a519167d 100644 --- a/fs/ocfs2/suballoc.c +++ b/fs/ocfs2/suballoc.c | |||
@@ -387,7 +387,7 @@ static int ocfs2_block_group_alloc(struct ocfs2_super *osb, | |||
387 | status = 0; | 387 | status = 0; |
388 | bail: | 388 | bail: |
389 | if (handle) | 389 | if (handle) |
390 | ocfs2_commit_trans(handle); | 390 | ocfs2_commit_trans(osb, handle); |
391 | 391 | ||
392 | if (ac) | 392 | if (ac) |
393 | ocfs2_free_alloc_context(ac); | 393 | ocfs2_free_alloc_context(ac); |