commit | 6882f933ccee5c3a86443ffc7621ce888b93ab6b | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed May 18 18:23:21 2011 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed May 18 18:23:21 2011 -0400 |
tree | 07998f54bd459c5345491fbaeae03bd60540c6e8 | |
parent | 12f4d0a8770ab26639091d0b2509b19681daad69 [diff] |
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>