]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc159d30c59dc84934f8ef46f934ce1232c558ecd
treeb3ad64130eee7237f41813c42f588c1c516d3d53
parente143a1ada39110f9596e4ffd4e0b8399e5ab88d4
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