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

No differences found