Commit 53ec4969 authored by David S. Miller's avatar David S. Miller

[PKT_SCHED]: Kill iovcnt reference from sch_atm.c

parent cd7cf85c
...@@ -509,7 +509,6 @@ static void sch_atm_dequeue(unsigned long data) ...@@ -509,7 +509,6 @@ static void sch_atm_dequeue(unsigned long data)
memcpy(skb_push(skb,flow->hdr_len),flow->hdr, memcpy(skb_push(skb,flow->hdr_len),flow->hdr,
flow->hdr_len); flow->hdr_len);
atomic_add(skb->truesize,&flow->vcc->sk->wmem_alloc); atomic_add(skb->truesize,&flow->vcc->sk->wmem_alloc);
ATM_SKB(skb)->iovcnt = 0;
/* atm.atm_options are already set by atm_tc_enqueue */ /* atm.atm_options are already set by atm_tc_enqueue */
(void) flow->vcc->send(flow->vcc,skb); (void) flow->vcc->send(flow->vcc,skb);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment