SUNRPC: Do not clear the source port in xs_reset_transport
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 8 Feb 2015 21:28:58 +0000 (16:28 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 9 Feb 2015 02:47:28 +0000 (21:47 -0500)
commit76698b2358de466d23f44eaa1b0c9ebe8206099a
treec70493f12ebbf6dcca93c6237ac4f110f76a5fce
parent3913c78c3ab61500ddf7c2c9617cc4f8e2c583e0
SUNRPC: Do not clear the source port in xs_reset_transport

Now that we can reuse bound ports after a close, we never really want to
clear the transport's source port after it has been set. Doing so really
messes up the NFSv3 DRC on the server.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/xprtsock.c