]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Kill RT_CACHE_DEBUG
authorDavid S. Miller <davem@davemloft.net>
Wed, 18 May 2011 22:23:21 +0000 (18:23 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 May 2011 22:23:21 +0000 (18:23 -0400)
commit3d9f7ade7390fbe91bf1655191f4aff1c968bbe9
tree07998f54bd459c5345491fbaeae03bd60540c6e8
parent3604d359011dbcbffac944e472ba1045ba845441
ipv4: Kill RT_CACHE_DEBUG

It's way past it's usefulness.  And this gets rid of a bunch
of stray ->rt_{dst,src} references.

Even the comment documenting the macro was inaccurate (stated
default was 1 when it's 0).

If reintroduced, it should be done properly, with dynamic debug
facilities.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h
net/core/dst.c
net/ipv4/route.c