* [PATCH 2.6 PKT_SCHED] Remove unneeded line
@ 2004-09-24 16:28 Thomas Graf
2004-09-28 21:28 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Graf @ 2004-09-24 16:28 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
Remove unneeded line.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
--- linux-2.6.9-rc2-bk7.orig/net/sched/sch_sfq.c 2004-09-21 23:27:31.000000000 +0200
+++ linux-2.6.9-rc2-bk7/net/sched/sch_sfq.c 2004-09-24 18:20:54.000000000 +0200
@@ -372,7 +372,6 @@
struct sfq_sched_data *q = qdisc_priv(sch);
q->perturbation = net_random()&0x1F;
- q->perturb_timer.expires = jiffies + q->perturb_period;
if (q->perturb_period) {
q->perturb_timer.expires = jiffies + q->perturb_period;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-09-28 21:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-24 16:28 [PATCH 2.6 PKT_SCHED] Remove unneeded line Thomas Graf
2004-09-28 21:28 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).