Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67647
b: refs/heads/master
c: afd0942
h: refs/heads/master
i:
  67645: dde3754
  67643: 6eeebe4
  67639: 32bfe70
  67631: 3380f92
  67615: 172231a
  67583: 7d723b3
v: v3
  • Loading branch information
Steve French authored and Steven Whitehouse committed Oct 10, 2007
1 parent 688efda commit ae00b6a
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: aa0481e58a9a97a97035725a712920b5fe32f348
refs/heads/master: afd0942d98f74296b74993739e41d2ca7cb9fd5a
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/ops_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static int gfs2_create(struct inode *dir, struct dentry *dentry,
mark_inode_dirty(inode);
break;
} else if (PTR_ERR(inode) != -EEXIST ||
(nd->intent.open.flags & O_EXCL)) {
(nd && (nd->intent.open.flags & O_EXCL))) {
gfs2_holder_uninit(ghs);
return PTR_ERR(inode);
}
Expand Down

0 comments on commit ae00b6a

Please sign in to comment.