Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260413
b: refs/heads/master
c: d2857e7
h: refs/heads/master
i:
  260411: 6f807e0
v: v3
  • Loading branch information
Daisuke Ogino authored and Linus Torvalds committed Jul 26, 2011
1 parent beb581f commit 48b6856
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: 5296f6d315bdd8f1dc97348b788638327a6ab192
refs/heads/master: d2857e79a2ba7c155eaa1a7d3581c8d26b31e54e
2 changes: 1 addition & 1 deletion trunk/fs/proc/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static int proc_reg_open(struct inode *inode, struct file *file)
if (!pde->proc_fops) {
spin_unlock(&pde->pde_unload_lock);
kfree(pdeo);
return -EINVAL;
return -ENOENT;
}
pde->pde_users++;
open = pde->proc_fops->open;
Expand Down

0 comments on commit 48b6856

Please sign in to comment.