diff options
author | David Howells <dhowells@redhat.com> | 2016-09-08 13:10:12 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-09-08 13:10:12 +0300 |
commit | 2ab27215ea27475a0b279732ba8a934bfab57ef0 (patch) | |
tree | 0cc34192bf48478758a0a3e29f0b2d5746ea0e85 /net/rxrpc/ar-internal.h | |
parent | de8d6c7401ae8f25db3788804c86887ad7347bee (diff) | |
download | linux-2ab27215ea27475a0b279732ba8a934bfab57ef0.tar.xz |
rxrpc: Remove skb_count from struct rxrpc_call
Remove the sk_buff count from the rxrpc_call struct as it's less useful
once we stop queueing sk_buffs.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r-- | net/rxrpc/ar-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h index fd438dc93ee9..027791261768 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h @@ -467,7 +467,6 @@ struct rxrpc_call { enum rxrpc_call_state state; /* current state of call */ enum rxrpc_call_completion completion; /* Call completion condition */ atomic_t usage; - atomic_t skb_count; /* Outstanding packets on this call */ atomic_t sequence; /* Tx data packet sequence counter */ u16 service_id; /* service ID */ u8 security_ix; /* Security type */ |