diff options
Diffstat (limited to 'net/rxrpc/input.c')
| -rw-r--r-- | net/rxrpc/input.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/rxrpc/input.c b/net/rxrpc/input.c index 0410d2277ca2..b5fd6381313d 100644 --- a/net/rxrpc/input.c +++ b/net/rxrpc/input.c @@ -971,7 +971,7 @@ static void rxrpc_input_call_packet(struct rxrpc_call *call,  	if (timo) {  		unsigned long now = jiffies, expect_rx_by; -		expect_rx_by = jiffies + timo; +		expect_rx_by = now + timo;  		WRITE_ONCE(call->expect_rx_by, expect_rx_by);  		rxrpc_reduce_call_timer(call, expect_rx_by, now,  					rxrpc_timer_set_for_normal); |