From: Linus Torvalds Date: Sat, 11 Oct 2008 16:46:24 +0000 (-0700) Subject: net: fix dummy 'nf_conntrack_event_cache()' X-Git-Tag: v2.6.28-rc1~716 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64f1b65382054f8bfd528f2c4253297c232816eb;p=pandora-kernel.git net: fix dummy 'nf_conntrack_event_cache()' The dummy version of 'nf_conntrack_event_cache()' (used when the NF_CONNTRACK_EVENTS config option is not enabled) had not been updated when the calling convention changed. This was introduced by commit a71996fccce4b2086a26036aa3c915365ca36926 ("netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skb") Tssk. Cc: Alexey Dobriyan Cc: Patrick McHardy Cc: David Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed