net_sched: Add qdisc __NET_XMIT_BYPASS flag
authorJarek Poplawski <jarkao2@gmail.com>
Tue, 5 Aug 2008 05:39:11 +0000 (22:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Aug 2008 05:39:11 +0000 (22:39 -0700)
Patrick McHardy <kaber@trash.net> noticed that it would be nice to
handle NET_XMIT_BYPASS by NET_XMIT_SUCCESS with an internal qdisc flag
__NET_XMIT_BYPASS and to remove the mapping from dev_queue_xmit().

David Miller <davem@davemloft.net> spotted a serious bug in the first
version of this patch.

Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found