libceph: un-backoff on tick when we have a authenticated session
authorIlya Dryomov <idryomov@gmail.com>
Mon, 23 Apr 2018 13:25:10 +0000 (15:25 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 24 Apr 2018 08:39:52 +0000 (10:39 +0200)
commitfacb9f6eba3df4e8027301cc0e514dc582a1b366
tree4ce7511344ce163230077874f505941966e42b16
parentf1919826896c82b6af9c46f69e02f2bc04df4be7
libceph: un-backoff on tick when we have a authenticated session

This means that if we do some backoff, then authenticate, and are
healthy for an extended period of time, a subsequent failure won't
leave us starting our hunting sequence with a large backoff.

Mirrors ceph.git commit d466bc6e66abba9b464b0b69687cf45c9dccf383.

Cc: stable@vger.kernel.org # 4.7+
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
net/ceph/mon_client.c