Skip to content

Commit

Permalink
tunnels: Remove stat member from ip_tunnel struct.
Browse files Browse the repository at this point in the history
All users already use on-device statistics, so this field can be
safely removed.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed May 21, 2008
1 parent 2f4c02d commit f56dd01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/ipip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f56dd01

Please sign in to comment.