Whamcloud - gitweb
LU-15115 ptlrpc: recalc timer on EINPROGRESS reply 66/45266/2
authorAlexander Zarochentsev <alexander.zarochentsev@hpe.com>
Fri, 15 Oct 2021 18:27:29 +0000 (21:27 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 27 Oct 2021 00:35:25 +0000 (00:35 +0000)
commit9a5bace55a5ddb8a928af2de1b199e968f3fbecd
treed3c82a6d8bc0142be33427bfc9401c84a3812f7b
parent3038917f12a53b059473db172f5126136e20abc0
LU-15115 ptlrpc: recalc timer on EINPROGRESS reply

ptlrpcd doesn't recalculate wait queue timer after
getting -EINPROGRESS reply. It may delay request resend
till its timing out.

HPE-bug-id: LUS-10366
Signed-off-by: Alexander Zarochentsev <alexander.zarochentsev@hpe.com>
Change-Id: Idc76c688a0f7ff8e110446fd1fe13dd83f636f3b
Reviewed-on: https://review.whamcloud.com/45266
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andriy Skulysh <andriy.skulysh@hpe.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alexander Boyko <alexander.boyko@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ptlrpc/client.c