From: Trond Myklebust Date: Thu, 26 Sep 2013 19:22:45 +0000 (-0400) Subject: SUNRPC: call_connect_status should recheck bind and connect status on error X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~60^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=561ec1603171cd9b38dcf6cac53e8710f437a48d;p=pandora-kernel.git SUNRPC: call_connect_status should recheck bind and connect status on error Currently, we go directly to call_transmit which sends us to call_status on error. If we know that the connect attempt failed, we should rather just jump straight back to call_bind and call_connect. Ditto for EAGAIN, except do not delay. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed