From: Alexey Dobriyan Date: Mon, 8 Sep 2008 01:20:36 +0000 (-0700) Subject: netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet X-Git-Tag: v2.6.27-rc6~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51807e91a76a531d059ec7ce3395c435e4df52a8;p=pandora-kernel.git netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet It does "kfree(list_head)" which looks wrong because entity that was allocated is definitely not list_head. However, this all works because list_head is first item in struct nf_ct_gre_keymap. Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed