From: Steffen Klassert Date: Thu, 5 Jul 2012 23:37:09 +0000 (+0000) Subject: ipv6: Initialize the struct rt6_info behind the dst_enty field X-Git-Tag: v3.6-rc1~125^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8104891b86b212de77063660c0c062b427526fa6;p=pandora-kernel.git ipv6: Initialize the struct rt6_info behind the dst_enty field We start initializing the struct rt6_info at the first field behind the struct dst_enty. This is error prone because it might leave a new field uninitialized. So start initializing the struct rt6_info right behind the dst_entry. Suggested-by: Eric Dumazet Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller --- Reading git-diff-tree failed