commit | 97d0678f913369af0dc8b510a682a641654ab743 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Sep 18 00:57:31 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 19 01:47:18 2016 -0400 |
tree | d88ecc69e4ae92f7f1d2ff39e79c32c61b067d8d | |
parent | 1486587b2fcda08dee7eab23784d504eed772c45 [diff] |
sched: don't use skb queue helpers A followup change will replace the sk_buff_head in the qdisc struct with a slightly different list. Use of the sk_buff_head helpers will thus cause compiler warnings. Open-code these accesses in an extra change to ease review. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>