diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-18 01:31:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-18 01:31:26 -0400 |
commit | 1e0d5a5747772182d1bb2525d8153da640fdfb58 (patch) | |
tree | 266a7c3e9a01728f7661d5b2976cc33d106b463c /include/net/sch_generic.h | |
parent | 3a76e3716b4e571f5d91a20b6afb412560599083 (diff) |
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/net/sch_generic.h')
-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 757ab087adbf..84d25f2e6188 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h | |||
@@ -61,7 +61,6 @@ struct Qdisc | |||
61 | struct gnet_stats_basic bstats; | 61 | struct gnet_stats_basic bstats; |
62 | struct gnet_stats_queue qstats; | 62 | struct gnet_stats_queue qstats; |
63 | struct gnet_stats_rate_est rate_est; | 63 | struct gnet_stats_rate_est rate_est; |
64 | struct rcu_head q_rcu; | ||
65 | int (*reshape_fail)(struct sk_buff *skb, | 64 | int (*reshape_fail)(struct sk_buff *skb, |
66 | struct Qdisc *q); | 65 | struct Qdisc *q); |
67 | 66 | ||