Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377644
b: refs/heads/master
c: 2b6f886
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Steven Whitehouse committed Jun 5, 2013
1 parent 640b9b8 commit ceae757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: cd51e61eac87c3e4819b54e85d536d2e643fb0ec
refs/heads/master: 2b6f8860e1df8ab318063765892e1a02cc5996c9
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ static int gfs2_create_inode(struct inode *dir, struct dentry *dentry,
inode = gfs2_lookupi(dir, &dentry->d_name, 0);
gfs2_glock_dq_uninit(ghs);
d_instantiate(dentry, inode);
return IS_ERR(inode) ? PTR_ERR(inode) : 0;
return PTR_RET(inode);
}
if (error)
goto fail_gunlock;
Expand Down

0 comments on commit ceae757

Please sign in to comment.