]> git.hungrycats.org Git - linux/commitdiff
[PKT_SCHED]: Remove unneeded line in sch_sfq.c
authorThomas Graf <tgraf@suug.ch>
Tue, 28 Sep 2004 07:08:16 +0000 (00:08 -0700)
committerDavid S. Miller <davem@nuts.davemloft.net>
Tue, 28 Sep 2004 07:08:16 +0000 (00:08 -0700)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_sfq.c

index f37d9cdd00fe420494b85121e07bedc7c8a54a0d..ac668b08ebe9bf49ff55328e7a25576ff6a60fdf 100644 (file)
@@ -372,7 +372,6 @@ static void sfq_perturbation(unsigned long arg)
        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;