Message ID | 1636384063-13838-8-git-send-email-jsimmons@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | lustre: update to OpenSFS tree Nov 8, 2021 | expand |
diff --git a/fs/lustre/ptlrpc/client.c b/fs/lustre/ptlrpc/client.c index e800000..dedb5db 100644 --- a/fs/lustre/ptlrpc/client.c +++ b/fs/lustre/ptlrpc/client.c @@ -2047,8 +2047,10 @@ int ptlrpc_check_set(const struct lu_env *env, struct ptlrpc_request_set *set) continue; req->rq_status = after_reply(req); - if (req->rq_resend) + if (req->rq_resend) { + force_timer_recalc = 1; continue; + } /* * If there is no bulk associated with this request,