commit | a519fc7a70d1a918574bb826cc6905b87b482eb9 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Sep 12 16:49:15 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Sep 19 18:16:10 2012 -0400 |
tree | c83f9217abc40b69e10f6288e78285238bf6a9e1 | |
parent | c46de2263f42fb4bbde411b9126f471e9343cb22 [diff] |
SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAIT Instead of doing a shutdown() call, we need to do an actual close(). Ditto if/when the server is sending us junk RPC headers. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Tested-by: Simon Kirby <sim@hostway.ca> Cc: stable@vger.kernel.org