From: Li RongQing Date: Wed, 7 Nov 2012 21:56:33 +0000 (+0000) Subject: ipv6: remove rt6i_peer_genid from rt6_info and its handler X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~400 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4477c4ddb5d3552b4d204f49047bdbb097c4450;p=pandora-kernel.git ipv6: remove rt6i_peer_genid from rt6_info and its handler 6431cbc25f(Create a mechanism for upward inetpeer propagation into routes) introduces these codes, but this mechanism is never enabled since rt6i_peer_genid always is zero whether it is not assigned or assigned by rt6_peer_genid(). After 5943634fc5 (ipv4: Maintain redirect and PMTU info in struct rtable again), the ipv4 related codes of this mechanism has been removed, I think we maybe able to remove them now. Signed-off-by: Li RongQing Signed-off-by: David S. Miller --- Reading git-diff-tree failed