X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fsched%2Fsch_teql.c;h=d35ef059abb1781e41becb98e6b1a15e3596001b;hb=9e165acf1b9e37af7c0fa39399b43d0bd8600039;hp=2c35c678563bec7fafaed3125fe36477b1a7c567;hpb=5adf2b03d97111c8955495ba11e8b7db27df8695;p=linux-2.6-omap-h63xx.git diff --git a/net/sched/sch_teql.c b/net/sched/sch_teql.c index 2c35c678563..d35ef059abb 100644 --- a/net/sched/sch_teql.c +++ b/net/sched/sch_teql.c @@ -161,7 +161,7 @@ teql_destroy(struct Qdisc* sch) txq = netdev_get_tx_queue(master->dev, 0); master->slaves = NULL; - root_lock = qdisc_root_lock(txq->qdisc); + root_lock = qdisc_root_sleeping_lock(txq->qdisc); spin_lock_bh(root_lock); qdisc_reset(txq->qdisc); spin_unlock_bh(root_lock);