Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131711
b: refs/heads/master
c: cac7112
h: refs/heads/master
i:
  131709: ac25a9f
  131707: 8f6cabe
  131703: f398b5c
  131695: 5a3d700
  131679: 323eeaf
  131647: ebcbb9e
  131583: 6e8b1d1
v: v3
  • Loading branch information
Krzysztof Sachanowicz authored and Linus Torvalds committed Feb 24, 2009
1 parent 910c60c commit 0beeec3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 226485e9a91ee89c941d8cb7714f85644a8071d0
refs/heads/master: cac711211a039ae2e2dc6322ffb3c2279d093bf1
4 changes: 3 additions & 1 deletion trunk/fs/proc/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,10 @@ struct inode *proc_get_inode(struct super_block *sb, unsigned int ino,
}
}
unlock_new_inode(inode);
} else
} else {
module_put(de->owner);
de_put(de);
}
return inode;

out_ino:
Expand Down

0 comments on commit 0beeec3

Please sign in to comment.