From a98c957a4e4a3d5a8dad49d1fa5ec1f189b07807 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Mon, 5 Jul 2004 01:28:18 -0700 Subject: [PKT_SCHED]: Rip out requeue stat addition, user ABI breaker. --- include/linux/pkt_sched.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h index 6b3f74154be6..ef350df8e560 100644 --- a/include/linux/pkt_sched.h +++ b/include/linux/pkt_sched.h @@ -37,13 +37,6 @@ struct tc_stats __u32 bps; /* Current flow byte rate */ __u32 pps; /* Current flow packet rate */ __u32 qlen; -#ifdef CONFIG_NET_CLS_ACT -/* eventually remove the define here; adding this(useful) -field at least fixes the 8 byte layout problems we -have with MIPS and PPC because we have a u64 -*/ - __u32 reqs; /* number of requeues happened */ -#endif __u32 backlog; #ifdef __KERNEL__ spinlock_t *lock; -- cgit v1.2.3