Quoting David Howells :
Gustavo A. R. Silva wrote:
- ack_at = jiffies + expiry;
Same issue as with the other patch. Can you just combine the two please?
Sure. I'll send a patch shortly.
Thanks
--
Gustavo A. R. Silva
Gustavo A. R. Silva wrote:
> - ack_at = jiffies + expiry;
Same issue as with the other patch. Can you just combine the two please?
David
Value assigned to variable ack_at is overwritten before it can be used.
Fix this by removing the value overwrite as it seems that this is a
leftover code.
Addresses-Coverity-ID: 1462263
Addresses-Coverity-ID: 1462264
Fixes: beb8e5e4f38c ("rxrpc: Express protocol timeouts in terms of RTT")
Signed-