From: Li RongQing Date: Sun, 11 Nov 2012 20:16:08 +0000 (+0000) Subject: ipv6: remove obsolete comments in route.c X-Git-Tag: v3.8-rc1~139^2~357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c75ea260400aaea8100caa012a0b1958ca094840;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ipv6: remove obsolete comments in route.c Signed-off-by: Li RongQing Signed-off-by: David S. Miller --- diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 3045872..11249d2 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -1371,12 +1371,6 @@ out: return entries > rt_max_size; } -/* Clean host part of a prefix. Not necessary in radix tree, - but results in cleaner routing tables. - - Remove it only when all the things will work! - */ - int ip6_dst_hoplimit(struct dst_entry *dst) { int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT);