[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>
This commit is contained in:
parent
be02097cf6
commit
4e07a91c37
1 changed files with 1 additions and 1 deletions
|
@ -218,13 +218,13 @@ struct sock {
|
||||||
atomic_t sk_rmem_alloc;
|
atomic_t sk_rmem_alloc;
|
||||||
atomic_t sk_wmem_alloc;
|
atomic_t sk_wmem_alloc;
|
||||||
atomic_t sk_omem_alloc;
|
atomic_t sk_omem_alloc;
|
||||||
|
int sk_sndbuf;
|
||||||
struct sk_buff_head sk_receive_queue;
|
struct sk_buff_head sk_receive_queue;
|
||||||
struct sk_buff_head sk_write_queue;
|
struct sk_buff_head sk_write_queue;
|
||||||
struct sk_buff_head sk_async_wait_queue;
|
struct sk_buff_head sk_async_wait_queue;
|
||||||
int sk_wmem_queued;
|
int sk_wmem_queued;
|
||||||
int sk_forward_alloc;
|
int sk_forward_alloc;
|
||||||
gfp_t sk_allocation;
|
gfp_t sk_allocation;
|
||||||
int sk_sndbuf;
|
|
||||||
int sk_route_caps;
|
int sk_route_caps;
|
||||||
int sk_gso_type;
|
int sk_gso_type;
|
||||||
int sk_rcvlowat;
|
int sk_rcvlowat;
|
||||||
|
|
Loading…
Reference in a new issue