diff options
Diffstat (limited to 'fs/ocfs2/namei.c')
-rw-r--r-- | fs/ocfs2/namei.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index 58c318d2f061..2220f93f668b 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c | |||
@@ -485,8 +485,8 @@ static int ocfs2_mknod_locked(struct ocfs2_super *osb, | |||
485 | 485 | ||
486 | *new_fe_bh = NULL; | 486 | *new_fe_bh = NULL; |
487 | 487 | ||
488 | status = ocfs2_claim_new_inode(osb, handle, inode_ac, &suballoc_bit, | 488 | status = ocfs2_claim_new_inode(osb, handle, dir, parent_fe_bh, |
489 | &fe_blkno); | 489 | inode_ac, &suballoc_bit, &fe_blkno); |
490 | if (status < 0) { | 490 | if (status < 0) { |
491 | mlog_errno(status); | 491 | mlog_errno(status); |
492 | goto leave; | 492 | goto leave; |