From: Dan Carpenter Date: Thu, 28 Oct 2010 06:05:57 +0000 (+0200) Subject: nfs: testing the wrong variable X-Git-Tag: v2.6.37-rc1~57^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0d97b41523fb85a2d230f6794121e5834f0cf9;p=pandora-kernel.git nfs: testing the wrong variable The intent was to test "*desc" for allocation failures, but it tests "desc" which is always a valid pointer here. Signed-off-by: Dan Carpenter Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed