From: Steffen Klassert Date: Thu, 5 Jul 2012 23:39:34 +0000 (+0000) Subject: xfrm: Initialize the struct xfrm_dst behind the dst_enty field X-Git-Tag: v3.6-rc1~125^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141e369de698f2e17bf716b83fcc647ddcb2220c;p=pandora-kernel.git xfrm: Initialize the struct xfrm_dst behind the dst_enty field We start initializing the struct xfrm_dst 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 xfrm_dst 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