From: Patrick McHardy Date: Wed, 18 Jul 2007 08:55:52 +0000 (-0700) Subject: [XFRM]: Fix crash introduced by struct dst_entry reordering X-Git-Tag: v2.6.23-rc1~496^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd0bf0765ea1fba80d7085e1f0375ec045631dc1;p=pandora-kernel.git [XFRM]: Fix crash introduced by struct dst_entry reordering XFRM expects xfrm_dst->u.next to be same pointer as dst->next, which was broken by the dst_entry reordering in commit 1e19e02c~, causing an oops in xfrm_bundle_ok when walking the bundle upwards. Kill xfrm_dst->u.next and change the only user to use dst->next instead. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed