commit | f0876520b0b721bedafd9cec3b1b0624ae566eee | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Sep 22 22:15:58 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 22 22:15:58 2008 -0700 |
tree | 7c1716416b9f6967172f189bb52f51eeef57db55 | |
parent | 242f8bfefe4bed626df4e4727ac8f315d80b567a [diff] |
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>