From: Trond Myklebust Date: Tue, 21 May 2013 03:00:18 +0000 (-0400) Subject: SUNRPC: Fix a potential race in rpc_execute X-Git-Tag: v3.11-rc1~72^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a76580fbf09e6e19c2040c08969af5137e064eda;p=pandora-kernel.git SUNRPC: Fix a potential race in rpc_execute If the rpc_task is asynchronous, it could theoretically finish executing on the workqueue it was assigned by rpc_make_runnable() before we get round to testing RPC_IS_ASYNC() in rpc_execute. In practice, however, all the existing callers hold a reference to the rpc_task, so this can't happen today... Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed