SUNRPC: Fix reconnection timeouts
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 4 Aug 2016 04:00:33 +0000 (00:00 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 5 Aug 2016 16:18:10 +0000 (12:18 -0400)
commit02910177aede34d6f49e2dc14b1c5c6cd468d94f
tree1f89ffbc5a8b1f1ea0eb82f86acd822237089518
parent206b3bb57481758b5fe98e90f47abb0f3fc0954e
SUNRPC: Fix reconnection timeouts

When the connect attempt fails and backs off, we should start the clock
at the last connection attempt, not time at which we queue up the
reconnect job.

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