[NET]: Hide the queue_mapping field inside netif_subqueue_stopped
authorPavel Emelyanov <xemul@openvz.org>
Mon, 22 Oct 2007 00:01:56 +0000 (17:01 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 22 Oct 2007 09:59:56 +0000 (02:59 -0700)
commit668f895a85b0c3a62a690425145f13dabebebd7a
tree24a10711c3c2d7d6bf710b99d36a1510de184566
parent4e3ab47a547616e583c7a5458beced6aa34c8ef3
[NET]: Hide the queue_mapping field inside netif_subqueue_stopped

Many places get the queue_mapping field from skb to pass it to the
netif_subqueue_stopped() which will be 0 in any case.

Make the helper that works with sk_buff

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/core/netpoll.c
net/core/pktgen.c
net/sched/sch_teql.c