SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 31 Aug 2006 22:24:08 +0000 (18:24 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:56 +0000 (23:24 -0400)
commit8014793b1b2869445adfe678d64cdacd10e99d53
tree861968eb71efbeae9918b1f407be99a5e6aaa9d3
parent297de4f65698ee1e1c75e27d57933b5fa8227e72
SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status

Doing so prevents stuff like call_encode() from working correctly.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/sched.c