From: Eric Dumazet Date: Fri, 6 Jul 2012 07:19:05 +0000 (+0200) Subject: ipv6: fix a bad cast in ip6_dst_lookup_tail() X-Git-Tag: v3.6-rc1~125^2~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c56bf6fe785abbd83751a462f0c7067f7145b97a;p=pandora-kernel.git ipv6: fix a bad cast in ip6_dst_lookup_tail() Fix a bug in ip6_dst_lookup_tail(), where typeof(dst) is "struct dst_entry **", not "struct dst_entry *" Reported-by: Fengguang Wu Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed