[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)
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>

No differences found