From: Arnaldo Carvalho de Melo Date: Tue, 29 May 2007 20:17:47 +0000 (-0700) Subject: [SOCK]: Shrink struct sock by 8 bytes on 64-bit. X-Git-Tag: v2.6.22-rc4~70^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e07a91c37c69ec1647c218214591ee4fe3408fe;p=platform%2Fkernel%2Flinux-3.10.git [SOCK]: Shrink struct sock by 8 bytes on 64-bit. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- diff --git a/include/net/sock.h b/include/net/sock.h index 689b886..dfeb8b1 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -218,13 +218,13 @@ struct sock { atomic_t sk_rmem_alloc; atomic_t sk_wmem_alloc; atomic_t sk_omem_alloc; + int sk_sndbuf; struct sk_buff_head sk_receive_queue; struct sk_buff_head sk_write_queue; struct sk_buff_head sk_async_wait_queue; int sk_wmem_queued; int sk_forward_alloc; gfp_t sk_allocation; - int sk_sndbuf; int sk_route_caps; int sk_gso_type; int sk_rcvlowat;