From: Pavel Emelyanov Date: Wed, 21 May 2008 21:16:36 +0000 (-0700) Subject: tunnels: Remove stat member from ip_tunnel struct. X-Git-Tag: v2.6.27-rc1~964^2~418 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=f56dd017c32e759bbdc88ee59d3f76235d720788;p=safe%2Fjmp%2Flinux-2.6 tunnels: Remove stat member from ip_tunnel struct. All users already use on-device statistics, so this field can be safely removed. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- diff --git a/include/net/ipip.h b/include/net/ipip.h index 633ed4d..a85bda6 100644 --- a/include/net/ipip.h +++ b/include/net/ipip.h @@ -11,7 +11,6 @@ struct ip_tunnel { struct ip_tunnel *next; struct net_device *dev; - struct net_device_stats stat; int recursion; /* Depth of hard_start_xmit recursion */ int err_count; /* Number of arrived ICMP errors */