From: Harald Welte Date: Sat, 17 Sep 2005 00:00:38 +0000 (-0700) Subject: [NETFILTER]: Fix oops in conntrack event cache X-Git-Tag: v2.6.14-rc2~5^2~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f39143ac67ffa2e26ce48aaac6bf5dc7dae95f;p=pandora-kernel.git [NETFILTER]: Fix oops in conntrack event cache ip_ct_refresh_acct() can be called without a valid "skb" pointer. This used to work, since ct_add_counters() deals with that fact. However, the recently-added event cache doesn't handle this at all. This patch is a quick fix that is supposed to be replaced soon by a cleaner solution during the pending redesign of the event cache. Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- Reading git-diff-tree failed