Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257410
b: refs/heads/master
c: 5a9a436
h: refs/heads/master
v: v3
  • Loading branch information
Konstantin Khlebnikov authored and Al Viro committed Jul 22, 2011
1 parent 9b4462c commit 2c60b37
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: d769b3c2ab7184ddd42056595b627cc871caa90e
refs/heads/master: 5a9a43646cf709312d71eca71cef90ad802f28f9
2 changes: 1 addition & 1 deletion trunk/fs/open.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ struct file *lookup_instantiate_filp(struct nameidata *nd, struct dentry *dentry
return nd->intent.open.file;
out_err:
release_open_intent(nd);
nd->intent.open.file = (struct file *)dentry;
nd->intent.open.file = ERR_CAST(dentry);
goto out;
}
EXPORT_SYMBOL_GPL(lookup_instantiate_filp);
Expand Down

0 comments on commit 2c60b37

Please sign in to comment.