Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33539
b: refs/heads/master
c: a634904
h: refs/heads/master
i:
  33537: c891ba7
  33535: b175f1d
v: v3
  • Loading branch information
ASANO Masahiro authored and Trond Myklebust committed Aug 24, 2006
1 parent d85f1f3 commit e6b34a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddeff520f02b92128132c282c350fa72afffb84a
refs/heads/master: a634904a7de0d3a0bc606f608007a34e8c05bfee
2 changes: 2 additions & 0 deletions trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1767,6 +1767,8 @@ struct dentry *lookup_create(struct nameidata *nd, int is_dir)
if (nd->last_type != LAST_NORM)
goto fail;
nd->flags &= ~LOOKUP_PARENT;
nd->flags |= LOOKUP_CREATE;
nd->intent.open.flags = O_EXCL;

/*
* Do the final lookup.
Expand Down

0 comments on commit e6b34a3

Please sign in to comment.