]> git.baikalelectronics.ru Git - kernel.git/commit
net: Kill plain NET_XMIT_BYPASS.
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Aug 2008 06:04:08 +0000 (23:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Aug 2008 06:04:08 +0000 (23:04 -0700)
commit327a1c2ebf330cf6f11e162d75184fe226146553
tree23b1a33c9c6894f799808e7dcbcf3afeb1d71192
parent50f9ba009f687bd79821f73610cec5b96f8c0902
net: Kill plain NET_XMIT_BYPASS.

dst_input() was doing something completely absurd, looping
on skb->dst->input() if NET_XMIT_BYPASS was seen, but these
functions never return such an error.

And as a result plain ole' NET_XMIT_BYPASS has no more
references and can be completely killed off.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
include/net/dst.h