commit | 668f895a85b0c3a62a690425145f13dabebebd7a | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Sun Oct 21 17:01:56 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Oct 22 02:59:56 2007 -0700 |
tree | 24a10711c3c2d7d6bf710b99d36a1510de184566 | |
parent | 4e3ab47a547616e583c7a5458beced6aa34c8ef3 [diff] |
[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>