Commit 0f230f96 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

Remove bogus networking stats

from struct kernel_stat.  They are unused and not visible
in any way to userspace.
parent 94f93c1b
......@@ -29,9 +29,6 @@ struct kernel_stat {
#if !defined(CONFIG_ARCH_S390)
unsigned int irqs[NR_CPUS][NR_IRQS];
#endif
unsigned int ipackets, opackets;
unsigned int ierrors, oerrors;
unsigned int collisions;
};
extern struct kernel_stat kstat;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment