]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Kill useless route tracing bits in net/ipv6/route.c
authorDavid S. Miller <davem@davemloft.net>
Mon, 26 Dec 2011 20:24:36 +0000 (15:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Dec 2011 20:24:36 +0000 (15:24 -0500)
commit943975a8f587b9c1d73554a692d66dd8357a0f64
treeb3ad64130eee7237f41813c42f588c1c516d3d53
parentf05abb699c85ebd24f72179f1c8273b5c84b75ec
ipv6: Kill useless route tracing bits in net/ipv6/route.c

RDBG() wasn't even used, and the messages printed by RT6_DEBUG() were
far from useful.  Just get rid of all this stuff, we can replace it
with something more suitable if we want.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c