projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4c02d
)
tunnels: Remove stat member from ip_tunnel struct.
author
Pavel Emelyanov
<xemul@openvz.org>
Wed, 21 May 2008 21:16:36 +0000
(14:16 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 21 May 2008 21:16:36 +0000
(14:16 -0700)
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>
include/net/ipip.h
patch
|
blob
|
history
diff --git
a/include/net/ipip.h
b/include/net/ipip.h
index
633ed4d
..
a85bda6
100644
(file)
--- 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 */