| To: | "David S. Miller" <davem@xxxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] PKT_SCHED: Remove useless line in cbq_dump_class |
| From: | Thomas Graf <tgraf@xxxxxxx> |
| Date: | Mon, 4 Oct 2004 00:14:52 +0200 |
| Cc: | netdev@xxxxxxxxxxx |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Remove useless line in cbq_dump_class probably introduced by
copy&paste from cbq_dump.
Signed-off-by: Thomas Graf <tgraf@xxxxxxx>
--- linux-2.6.9-rc3-bk3.orig/net/sched/sch_cbq.c 2004-10-04
00:03:47.000000000 +0200
+++ linux-2.6.9-rc3-bk3/net/sched/sch_cbq.c 2004-10-04 00:07:32.000000000
+0200
@@ -1675,7 +1675,6 @@
cl->xstats.undertime = 0;
if (!PSCHED_IS_PASTPERFECT(cl->undertime))
cl->xstats.undertime = PSCHED_TDIFF(cl->undertime, q->now);
- q->link.xstats.avgidle = q->link.avgidle;
if (cbq_copy_xstats(skb, &cl->xstats)) {
spin_unlock_bh(&sch->dev->queue_lock);
goto rtattr_failure;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Resend WAS(Re: cls patchlet, David S. Miller |
|---|---|
| Next by Date: | Re: Resend WAS(Re: cls patchlet, jamal |
| Previous by Thread: | [PATCH 0/3] NET: Generic network statistics/estimator, Thomas Graf |
| Next by Thread: | Re: [PATCH] PKT_SCHED: Remove useless line in cbq_dump_class, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |