git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7a60d5
)
[PATCH] hppfs: fix symlink error path
author
Paolo 'Blaisorblade' Giarrusso
<blaisorblade@yahoo.it>
Fri, 26 Aug 2005 14:57:53 +0000
(16:57 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 26 Aug 2005 18:39:19 +0000
(11:39 -0700)
While touching this code I noticed the error handling is bogus, so I
fixed it up.
I've removed the IS_ERR(proc_dentry) check, which will never trigger and
is clearly a typo: we must check proc_file instead.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found