]> git.baikalelectronics.ru Git - kernel.git/commit
[PKT_SCHED]: Fix sch_prio.c build with CONFIG_NETDEVICES_MULTIQUEUE
authorPavel Emelyanov <xemul@openvz.org>
Wed, 24 Oct 2007 03:50:58 +0000 (20:50 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 24 Oct 2007 04:27:53 +0000 (21:27 -0700)
commit934051cc47471c4396028aeb346dd2d3e4f14572
treebe75bb46f9c51a0cf2f6262462710a747b528235
parent32af1b0753f7d9f563de4e6e4ffe069eb8af5ed8
[PKT_SCHED]: Fix sch_prio.c build with CONFIG_NETDEVICES_MULTIQUEUE

Fix one more user of netiff_subqueue_stopped. To check for the
queue id one must use the __netiff_subqueue_stoped call.

This run out of my sight when I made the:

c0c26c227d99810eeb320f46d923e79a56dc4783
[NET]: Hide the queue_mapping field inside netif_subqueue_stopped

commit :(

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_prio.c