Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d05fdb0c authored by Trond Myklebust's avatar Trond Myklebust
Browse files

[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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 4e93d3e8
Branches
Tags v4.16
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment