From: Michael Ellerman Date: Tue, 2 Dec 2008 04:59:07 +0000 (-0800) Subject: IB/ipath: Fix pointer-to-pointer thinko in ipath_fs.c X-Git-Tag: v2.6.29-rc1~583^2^3~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64f22fa17c1a531e682ebc882566856ea5718495;p=pandora-kernel.git IB/ipath: Fix pointer-to-pointer thinko in ipath_fs.c The return from lookup_one_len() is assigned to *dentry, so that's what we should be checking with IS_ERR(). Signed-off-by: Michael Ellerman Signed-off-by: Roland Dreier --- Reading git-diff-tree failed