]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_status
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 20 Mar 2014 16:59:09 +0000 (12:59 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 20 Mar 2014 17:38:44 +0000 (13:38 -0400)
commit909cfcd7357fa14ad2790573ad48a4471a14c1a2
tree4ffa4f99c92936a7edd95ac3c3bc3807d8e1112c
parentd0c805e35f1fe69fd7ce3ab63375f7d878d1b783
SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_status

When restarting an rpc call, we should not be carrying over data from the
previous call.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/clnt.c