pkt_sched: Always use q->requeue in dev_requeue_skb().
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 05:15:58 +0000 (22:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 05:15:58 +0000 (22:15 -0700)
commitf0876520b0b721bedafd9cec3b1b0624ae566eee
tree7c1716416b9f6967172f189bb52f51eeef57db55
parent242f8bfefe4bed626df4e4727ac8f315d80b567a
pkt_sched: Always use q->requeue in dev_requeue_skb().

There is no reason to call into the complicated qdiscs
just to remember the last SKB where we found the device
blocked.

The SKB is outside of the qdiscs realm at this point.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_generic.c