Skip to content

Commit

Permalink
[NET]: Fill in a 32-bit hole in struct sock on 64-bit platforms.
Browse files Browse the repository at this point in the history
This makes struct sock 8 bytes smaller on 64-bit.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 24, 2006
1 parent f67ed26 commit 9932cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ struct sock {
gfp_t sk_allocation;
int sk_sndbuf;
int sk_route_caps;
int sk_rcvlowat;
unsigned long sk_flags;
unsigned long sk_lingertime;
/*
Expand All @@ -230,7 +231,6 @@ struct sock {
unsigned short sk_max_ack_backlog;
__u32 sk_priority;
struct ucred sk_peercred;
int sk_rcvlowat;
long sk_rcvtimeo;
long sk_sndtimeo;
struct sk_filter *sk_filter;
Expand Down

0 comments on commit 9932cf9

Please sign in to comment.