summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2004-07-05 01:28:18 -0700
committerDavid S. Miller <davem@kernel.bkbits.net>2004-07-05 01:28:18 -0700
commita98c957a4e4a3d5a8dad49d1fa5ec1f189b07807 (patch)
tree7f9b4778efa5c9dcd586ad58d8819102448bf57f /include
parentd2b21b587ae7dffe607851fe9a58186c4242b375 (diff)
[PKT_SCHED]: Rip out requeue stat addition, user ABI breaker.
Diffstat (limited to 'include')
-rw-r--r--include/linux/pkt_sched.h7
1 files changed, 0 insertions, 7 deletions
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;