From: Trond Myklebust Date: Sat, 19 Apr 2008 17:15:47 +0000 (-0400) Subject: SUNRPC: Fix a bug in call_decode() X-Git-Tag: v2.6.26-rc1~1082^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b74bf0c9e08cbda74d3c64af69ad402ed54e04;p=pandora-kernel.git SUNRPC: Fix a bug in call_decode() call_verify() can, under certain circumstances, free the RPC slot. In that case, our cached pointer 'req = task->tk_rqstp' is invalid. Bug was introduced in commit 220bcc2afd7011b3e0569fc178331fa983c92c1b (SUNRPC: Don't call xprt_release in call refresh). Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed