commit | 24b74bf0c9e08cbda74d3c64af69ad402ed54e04 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Apr 19 13:15:47 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Apr 19 16:52:33 2008 -0400 |
tree | bd18884769eef620d12babbc86a008561321758e | |
parent | 0490a54a00c14212f22c5948c8c13a4553d745bd [diff] |
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 <Trond.Myklebust@netapp.com>