From: Trond Myklebust Date: Mon, 9 Feb 2015 02:44:04 +0000 (-0500) Subject: SUNRPC: Handle EADDRINUSE on connect X-Git-Tag: fixes-v4.0-rc1~136^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3913c78c3ab61500ddf7c2c9617cc4f8e2c583e0;p=pandora-kernel.git SUNRPC: Handle EADDRINUSE on connect Now that we're setting SO_REUSEPORT, we still need to handle the case where a connect() is attempted, but the old socket is still lingering. Essentially, all we want to do here is handle the error by waiting a few seconds and then retrying. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed