commit | fd589e0b662c1ea8cfb1e0d20d60a2510979865b | [log] [tgz] |
---|---|---|
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | Fri Aug 26 16:57:53 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Aug 26 11:39:19 2005 -0700 |
tree | 5c281ab99184fa6dcfb09586064ea7751c32fd4c | |
parent | d7a60d50d7713b65a3fd88f11d5717b83a6b6a97 [diff] |
[PATCH] hppfs: fix symlink error path 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>