From: Li RongQing Date: Mon, 23 Dec 2013 01:32:38 +0000 (+0800) Subject: ipv6: unneccessary to get address prefix in addrconf_get_prefix_route X-Git-Tag: v3.14-rc1~94^2~356 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46306b49349ba9c4e5bdb9cb3c4e8b50192106bf;p=pandora-kernel.git ipv6: unneccessary to get address prefix in addrconf_get_prefix_route Since addrconf_get_prefix_route inputs the address prefix to fib6_locate, which does not uses the data which is out of the prefix_len length, so do not need to use ipv6_addr_prefix to get address prefix. Signed-off-by: Li RongQing Acked-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed