|
@@ -238,7 +238,7 @@ static void rxrpc_resend(struct rxrpc_call *call, unsigned long now_j)
|
|
* retransmitting data.
|
|
* retransmitting data.
|
|
*/
|
|
*/
|
|
if (!retrans) {
|
|
if (!retrans) {
|
|
- rxrpc_reduce_call_timer(call, resend_at, now,
|
|
|
|
|
|
+ rxrpc_reduce_call_timer(call, resend_at, now_j,
|
|
rxrpc_timer_set_for_resend);
|
|
rxrpc_timer_set_for_resend);
|
|
spin_unlock_bh(&call->lock);
|
|
spin_unlock_bh(&call->lock);
|
|
ack_ts = ktime_sub(now, call->acks_latest_ts);
|
|
ack_ts = ktime_sub(now, call->acks_latest_ts);
|