]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix struct inet_timewait_sock bitfield annotation
authorEric Dumazet <eric.dumazet@gmail.com>
Sun, 18 Oct 2009 22:48:51 +0000 (22:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Oct 2009 08:13:26 +0000 (01:13 -0700)
commita898e8445de2d638e14c2c7639f0df029bef18b6
tree4bf6b9ded03dd0a7489bd143f7f40cc445ea034b
parent3ee3eb2ac16872d43cb301babe41f4e26b282765
net: Fix struct inet_timewait_sock bitfield annotation

commit 64987e8c (net: annotate inet_timewait_sock bitfields)
added 4/8 bytes in struct inet_timewait_sock.

Fix this by declaring tw_ipv6_offset in the 'flags' bitfield
The 14 bits hole is named tw_pad to make it cleary apparent.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_timewait_sock.h