Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SOCK]: Shrink struct sock by 8 bytes on 64-bit.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Arnaldo Carvalho de Melo and committed by
David S. Miller
4e07a91c be02097c

+1 -1
+1 -1
include/net/sock.h
··· 218 218 atomic_t sk_rmem_alloc; 219 219 atomic_t sk_wmem_alloc; 220 220 atomic_t sk_omem_alloc; 221 + int sk_sndbuf; 221 222 struct sk_buff_head sk_receive_queue; 222 223 struct sk_buff_head sk_write_queue; 223 224 struct sk_buff_head sk_async_wait_queue; 224 225 int sk_wmem_queued; 225 226 int sk_forward_alloc; 226 227 gfp_t sk_allocation; 227 - int sk_sndbuf; 228 228 int sk_route_caps; 229 229 int sk_gso_type; 230 230 int sk_rcvlowat;