Merge branches 'sh/memchunk' and 'common/mmcif' into sh-latest
[cascardo/linux.git] / net / sched / sch_fifo.c
index 4dfecb0..aa4d633 100644 (file)
@@ -54,8 +54,6 @@ static int pfifo_tail_enqueue(struct sk_buff *skb, struct Qdisc* sch)
 
        /* queue full, remove one skb to fulfill the limit */
        skb_head = qdisc_dequeue_head(sch);
-       sch->bstats.bytes -= qdisc_pkt_len(skb_head);
-       sch->bstats.packets--;
        sch->qstats.drops++;
        kfree_skb(skb_head);