On Wed, Dec 26, 2007 at 07:54:11PM +0100, Jarek Poplawski wrote: ... [PATCH 2/3] (for testing only) ---
diff -Nurp linux-2.6.23.12-/net/sched/sch_sfq.c linux-2.6.23.12+/net/sched/sch_sfq.c --- linux-2.6.23.12-/net/sched/sch_sfq.c 2007-10-09 22:31:38.000000000 +0200 +++ linux-2.6.23.12+/net/sched/sch_sfq.c 2007-12-26 12:45:06.000000000 +0100 @@ -457,7 +457,7 @@ static int sfq_init(struct Qdisc *sch, s static void sfq_destroy(struct Qdisc *sch) { struct sfq_sched_data *q = qdisc_priv(sch); - del_timer(&q->perturb_timer); + del_timer_sync(&q->perturb_timer); } static int sfq_dump(struct Qdisc *sch, struct sk_buff *skb) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html