From: Trond Myklebust Date: Thu, 4 Jun 2015 19:37:10 +0000 (-0400) Subject: SUNRPC: Fix a backchannel race X-Git-Tag: omap-for-v4.2/fixes-rc1^2~39^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d2a970d0ae55;p=pandora-kernel.git SUNRPC: Fix a backchannel race We need to allow the server to send a new request immediately after we've replied to the previous one. Right now, there is a window between the send and the release of the old request in rpc_put_task(), where the server could send us a new backchannel RPC call, and we have no request to service it. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed