commit | 246408dcd5dfeef2df437ccb0ef4d6ee87805f58 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Mar 22 18:40:10 2011 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Mar 22 18:42:33 2011 -0400 |
tree | 681179a81ef914616f33edf83129a716081b9054 | |
parent | b8413f98f997bb3ed7327e6d7117e7e91ce010c3 [diff] |
SUNRPC: Never reuse the socket port after an xs_close() 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 <Trond.Myklebust@netapp.com> Cc: stable@kernel.org