aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/dir.c')
-rw-r--r--fs/ocfs2/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c
index db46ee505782..2bda5f345216 100644
--- a/fs/ocfs2/dir.c
+++ b/fs/ocfs2/dir.c
@@ -488,7 +488,7 @@ static int ocfs2_extend_dir(struct ocfs2_super *osb,
488 get_bh(*new_de_bh); 488 get_bh(*new_de_bh);
489bail: 489bail:
490 if (handle) 490 if (handle)
491 ocfs2_commit_trans(handle); 491 ocfs2_commit_trans(osb, handle);
492 492
493 if (data_ac) 493 if (data_ac)
494 ocfs2_free_alloc_context(data_ac); 494 ocfs2_free_alloc_context(data_ac);