diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-17 22:31:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-17 22:31:26 -0700 |
commit | 1e0d5a5747772182d1bb2525d8153da640fdfb58 (patch) | |
tree | 266a7c3e9a01728f7661d5b2976cc33d106b463c /include | |
parent | 3a76e3716b4e571f5d91a20b6afb412560599083 (diff) | |
download | op-kernel-dev-1e0d5a5747772182d1bb2525d8153da640fdfb58.zip op-kernel-dev-1e0d5a5747772182d1bb2525d8153da640fdfb58.tar.gz |
pkt_sched: No longer destroy qdiscs from RCU.
We can now kill them synchronously with all of the
previous dev_deactivate() cures.
This makes netdev destruction and shutdown saner as
the qdiscs hold references to the device.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/sch_generic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index 757ab08..84d25f2 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h @@ -61,7 +61,6 @@ struct Qdisc struct gnet_stats_basic bstats; struct gnet_stats_queue qstats; struct gnet_stats_rate_est rate_est; - struct rcu_head q_rcu; int (*reshape_fail)(struct sk_buff *skb, struct Qdisc *q); |