]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
sched: replace __skb_dequeue with __qdisc_dequeue_head
authorFlorian Westphal <fw@strlen.de>
Sat, 17 Sep 2016 22:57:33 +0000 (00:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Sep 2016 05:47:18 +0000 (01:47 -0400)
commited760cb8aae7c2b84c193d4a7637b0c9e752f07e
treecbff0f30ea3b3cb037384708e172893ae1efcf17
parentec323368793b8570c02e723127611a8d906a9b3f
sched: replace __skb_dequeue with __qdisc_dequeue_head

After previous patch these functions are identical.
Replace __skb_dequeue in qdiscs with __qdisc_dequeue_head.

Next patch will then make __qdisc_dequeue_head handle
single-linked list instead of strcut sk_buff_head argument.

Doesn't change generated code.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_codel.c
net/sched/sch_netem.c
net/sched/sch_pie.c