Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167707
b: refs/heads/master
c: abf90cc
h: refs/heads/master
i:
  167705: 98aab0c
  167703: db8a90d
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 20, 2009
1 parent 6ee4b3a commit 867fd1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6b39e8f3fbbb31001b836afec87bcaf4811a7bf
refs/heads/master: abf90cca9725bd05362fb3443ad55071a69a12d9
8 changes: 4 additions & 4 deletions trunk/include/net/inet_timewait_sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ struct inet_timewait_sock {
__u16 tw_num;
kmemcheck_bitfield_begin(flags);
/* And these are ours. */
__u8 tw_ipv6only:1,
tw_transparent:1;
/* 14 bits hole, try to pack */
unsigned int tw_ipv6only : 1,
tw_transparent : 1,
tw_pad : 14, /* 14 bits hole */
tw_ipv6_offset : 16;
kmemcheck_bitfield_end(flags);
__u16 tw_ipv6_offset;
unsigned long tw_ttd;
struct inet_bind_bucket *tw_tb;
struct hlist_node tw_death_node;
Expand Down

0 comments on commit 867fd1e

Please sign in to comment.