Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234266
b: refs/heads/master
c: f374ed5
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 14, 2011
1 parent 82911af commit 3a7fab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 6c0d46c493217cf48999b3f8808910ae534aa085
refs/heads/master: f374ed5fa8afed8590deaae5dc147422e0e1a6d9
5 changes: 0 additions & 5 deletions trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2183,11 +2183,6 @@ static struct file *do_last(struct nameidata *nd, struct path *path,
path->dentry = dentry;
path->mnt = nd->path.mnt;

if (IS_ERR(nd->intent.open.file)) {
error = PTR_ERR(nd->intent.open.file);
goto exit_mutex_unlock;
}

/* Negative dentry, just create the file */
if (!dentry->d_inode) {
int mode = op->mode;
Expand Down

0 comments on commit 3a7fab0

Please sign in to comment.