Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118743
b: refs/heads/master
c: 87cfa00
h: refs/heads/master
i:
  118741: eb3d965
  118739: bb91a3e
  118735: 1a0c2bc
v: v3
  • Loading branch information
Jan Kara authored and Mark Fasheh committed Nov 10, 2008
1 parent 3c4f1f7 commit 2e972d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa38e92cb34e27e60d0faf1035934eb9b44aa1d4
refs/heads/master: 87cfa004321c62aec681713ea48e0b846336d9f4
4 changes: 2 additions & 2 deletions trunk/fs/ocfs2/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ static int ocfs2_mknod_locked(struct ocfs2_super *osb,
}

inode = new_inode(dir->i_sb);
if (IS_ERR(inode)) {
status = PTR_ERR(inode);
if (!inode) {
status = -ENOMEM;
mlog(ML_ERROR, "new_inode failed!\n");
goto leave;
}
Expand Down

0 comments on commit 2e972d1

Please sign in to comment.