Re: [PATCH] rxrpc: call_event: Fix variable overwrite in __rxrpc_propose_ACK
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
Re: [PATCH] rxrpc: call_event: Fix variable overwrite in __rxrpc_propose_ACK
Gustavo A. R. Silva wrote: > - ack_at = jiffies + expiry; Same issue as with the other patch. Can you just combine the two please? David