SUNRPC: Fix possible autodisconnect during connect due to old last_used
authorDave Wysochanski <dwysocha@redhat.com>
Wed, 26 Jun 2019 20:30:24 +0000 (16:30 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 6 Jul 2019 18:54:53 +0000 (14:54 -0400)
commit80d3c45fd765fbf4f10981b60ff6b1384bdbc706
tree492ae6a591e1f276e6b5acb599f921ae8bac4a20
parent4368d77a4d985758303a4257c07991c079db7a75
SUNRPC: Fix possible autodisconnect during connect due to old last_used

Ensure last_used is updated before calling mod_timer inside
xprt_schedule_autodisconnect.  This avoids a possible xprt_autoclose
firing immediately after a successful connect when xprt_unlock_connect
calls xprt_schedule_autodisconnect with an old value of last_used.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/xprt.c