[PATCH net-next 10/37] rxrpc: Prepare to be able to send jumbo DATA packets
David Howells
dhowells at redhat.com
Tue Dec 3 11:52:16 PST 2024
Jakub Kicinski <kuba at kernel.org> 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
More information about the linux-afs
mailing list