commit | abf90cca9725bd05362fb3443ad55071a69a12d9 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Sun Oct 18 22:48:51 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 20 01:13:26 2009 -0700 |
tree | 4bf6b9ded03dd0a7489bd143f7f40cc445ea034b | |
parent | b6b39e8f3fbbb31001b836afec87bcaf4811a7bf [diff] |
net: Fix struct inet_timewait_sock bitfield annotation commit 9e337b0f (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>