]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Move reset of TCP state variables into the reconnect code
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 13 Aug 2018 20:50:49 +0000 (16:50 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 30 Sep 2018 19:35:14 +0000 (15:35 -0400)
commit3aad806e9d7d07fe0b149129dfec68945d698939
tree24cc00d32ad47196207beaf69a4d06419c36fc71
parent98d7035e4037bf623b669caf6548a8388fc0bb15
SUNRPC: Move reset of TCP state variables into the reconnect code

Rather than resetting state variables in socket state_change() callback,
do it in the sunrpc TCP connect function itself.

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