Re: [PATCH net-next 10/37] rxrpc: Prepare to be able to send jumbo DATA packets

From: David Howells
Date: Tue Dec 03 2024 - 14:52:36 EST


Jakub Kicinski <kuba@xxxxxxxxxx> wrote:

> clang says (probably transient but since i'm nit picking anyway):
>
> net/rxrpc/input.c:696:25: warning: variable 'capacity' set but not used [-Wunused-but-set-variable]
> 696 | unsigned int max_data, capacity;
> | ^

Yeah - it's used from patch 29 "rxrpc: Send jumbo DATA packets".

I just noticed that patch 29 adds a member (tx_jumbo_limit) that is only set
once and never used. I'll remove it.

David