commit | ec323368793b8570c02e723127611a8d906a9b3f | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Sep 18 00:57:32 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 19 01:47:18 2016 -0400 |
tree | ee315766586d253172ec75a7591fba9326a08745 | |
parent | 97d0678f913369af0dc8b510a682a641654ab743 [diff] |
sched: remove qdisc arg from __qdisc_dequeue_head Moves qdisc stat accouting to qdisc_dequeue_head. The only direct caller of the __qdisc_dequeue_head version open-codes this now. This allows us to later use __qdisc_dequeue_head as a replacement of __skb_dequeue() (which operates on sk_buff_head list). Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>