pkt_sched: Make QDISC_RUNNING a qdisc state.
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Jul 2008 07:56:32 +0000 (00:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 02:21:18 +0000 (19:21 -0700)
Currently it is associated with a netdev_queue, but when we have
qdisc sharing that no longer makes any sense.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
include/net/pkt_sched.h
include/net/sch_generic.h
net/sched/sch_generic.c

index 0883fcf..9240a95 100644 (file)
@@ -441,7 +441,6 @@ static inline void napi_synchronize(const struct napi_struct *n)
 enum netdev_queue_state_t
 {
        __QUEUE_STATE_XOFF,
-       __QUEUE_STATE_QDISC_RUNNING,
 };
 
 struct netdev_queue {
Simple merge
Simple merge
Simple merge