Skip to content

Commit

Permalink
inetpeer: Fix incorrect comment about inetpeer struct size.
Browse files Browse the repository at this point in the history
Now with ipv6 support it is no longer less than 64 bytes.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Dec 2, 2010
1 parent 8790ca1 commit 4399ce4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/inetpeer.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ struct inet_peer {
* Once inet_peer is queued for deletion (refcnt == -1), following fields
* are not available: rid, ip_id_count, tcp_ts, tcp_ts_stamp
* We can share memory with rcu_head to keep inet_peer small
* (less then 64 bytes)
*/
union {
struct {
Expand Down

0 comments on commit 4399ce4

Please sign in to comment.