diff options
Diffstat (limited to 'fs/ocfs2/dir.c')
-rw-r--r-- | fs/ocfs2/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index 2bda5f345216..036c891c1e17 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c | |||
@@ -442,7 +442,7 @@ static int ocfs2_extend_dir(struct ocfs2_super *osb, | |||
442 | credits = OCFS2_SIMPLE_DIR_EXTEND_CREDITS; | 442 | credits = OCFS2_SIMPLE_DIR_EXTEND_CREDITS; |
443 | } | 443 | } |
444 | 444 | ||
445 | handle = ocfs2_start_trans(osb, NULL, credits); | 445 | handle = ocfs2_start_trans(osb, credits); |
446 | if (IS_ERR(handle)) { | 446 | if (IS_ERR(handle)) { |
447 | status = PTR_ERR(handle); | 447 | status = PTR_ERR(handle); |
448 | handle = NULL; | 448 | handle = NULL; |