diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-16 03:56:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-17 22:21:18 -0400 |
commit | e2627c8c2241bce45e368e150654d076b58a4595 (patch) | |
tree | e3ad7d1867339f254a324ba1acd5d8bdac1aca76 /include/linux/netdevice.h | |
parent | d3b753db7c4f1f37a98b51974d484fda5d86dab5 (diff) |
pkt_sched: Make QDISC_RUNNING a qdisc state.
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>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 0883fcf2d16a..9240a95793be 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -441,7 +441,6 @@ static inline void napi_synchronize(const struct napi_struct *n) | |||
441 | enum netdev_queue_state_t | 441 | enum netdev_queue_state_t |
442 | { | 442 | { |
443 | __QUEUE_STATE_XOFF, | 443 | __QUEUE_STATE_XOFF, |
444 | __QUEUE_STATE_QDISC_RUNNING, | ||
445 | }; | 444 | }; |
446 | 445 | ||
447 | struct netdev_queue { | 446 | struct netdev_queue { |