diff options
author | Li RongQing <roy.qing.li@gmail.com> | 2012-11-11 15:16:08 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-14 18:51:45 -0500 |
commit | c75ea260400aaea8100caa012a0b1958ca094840 (patch) | |
tree | 5c5830d6f365fe4bd9c50a571bf9b20952ec3327 /net/ipv6 | |
parent | 3629a6cebcdcfe16f3dbbffcaab25583285a7125 (diff) |
ipv6: remove obsolete comments in route.c
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/route.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 30458726accf..11249d211ea9 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -1371,12 +1371,6 @@ out: | |||
1371 | return entries > rt_max_size; | 1371 | return entries > rt_max_size; |
1372 | } | 1372 | } |
1373 | 1373 | ||
1374 | /* Clean host part of a prefix. Not necessary in radix tree, | ||
1375 | but results in cleaner routing tables. | ||
1376 | |||
1377 | Remove it only when all the things will work! | ||
1378 | */ | ||
1379 | |||
1380 | int ip6_dst_hoplimit(struct dst_entry *dst) | 1374 | int ip6_dst_hoplimit(struct dst_entry *dst) |
1381 | { | 1375 | { |
1382 | int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); | 1376 | int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); |