From: Paolo 'Blaisorblade' Giarrusso Date: Fri, 26 Aug 2005 14:57:53 +0000 (+0200) Subject: [PATCH] hppfs: fix symlink error path X-Git-Tag: v2.6.13~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd589e0b662c1ea8cfb1e0d20d60a2510979865b;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed