From: Trond Myklebust Date: Tue, 22 Mar 2011 22:40:10 +0000 (-0400) Subject: SUNRPC: Never reuse the socket port after an xs_close() X-Git-Tag: v2.6.37.6~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=314cd4b8249773e4999ceae3c13796089c21e288;p=pandora-kernel.git SUNRPC: Never reuse the socket port after an xs_close() commit 246408dcd5dfeef2df437ccb0ef4d6ee87805f58 upstream. If we call xs_close(), we're in one of two situations: - Autoclose, which means we don't expect to resend a request - bind+connect failed, which probably means the port is in use Signed-off-by: Trond Myklebust Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed