Re: [PATCH 3/4] Hide the queue_mapping field inside netif_subqueue_stopped

2007-10-21 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 19 Oct 2007 13:04:13 +0400 > 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 <[EMAIL PROT

[PATCH 3/4] Hide the queue_mapping field inside netif_subqueue_stopped

2007-10-19 Thread Pavel Emelyanov
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 <[EMAIL PROTECTED]> --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 6f85db