Home
last modified time | relevance | path

Searched hist:d05fdb0cec75415b2d9eb95748386e67414e49c3 (Results 1 – 1 of 1) sorted by relevance

/linux/net/sunrpc/
H A Dsched.cdiff d05fdb0cec75415b2d9eb95748386e67414e49c3 Wed Jun 22 19:16:19 CEST 2005 Trond Myklebust <Trond.Myklebust@netapp.com> [PATCH] RPC: Fix a race with rpc_restart_call()

If the task->tk_exit() wants to restart the RPC call after delaying
then the current RPC code will clobber the timer by calling
rpc_delete_timer() immediately after re-entering the loop in
__rpc_execute().

Problem noticed by Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>