From: Trond Myklebust Date: Wed, 22 Jun 2005 17:16:19 +0000 (+0000) Subject: [PATCH] RPC: Fix a race with rpc_restart_call() X-Git-Tag: v2.6.13-rc1~68^2~537^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05fdb0cec75415b2d9eb95748386e67414e49c3;p=pandora-kernel.git [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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed