Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145335
b: refs/heads/master
c: bd6daba
h: refs/heads/master
i:
  145333: c4ee5c6
  145331: 112a052
  145327: e83fc28
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed May 29, 2009
1 parent 28c3290 commit 63df548
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: b2e1feaf0af6b8a826b86748a19ddc2013ab7dbd
refs/heads/master: bd6daba909d8484bd2ccf6017db4028d7a420927
2 changes: 1 addition & 1 deletion trunk/fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1956,7 +1956,7 @@ static struct dentry *proc_pident_instantiate(struct inode *dir,
const struct pid_entry *p = ptr;
struct inode *inode;
struct proc_inode *ei;
struct dentry *error = ERR_PTR(-EINVAL);
struct dentry *error = ERR_PTR(-ENOENT);

inode = proc_pid_make_inode(dir->i_sb, task);
if (!inode)
Expand Down

0 comments on commit 63df548

Please sign in to comment.