From: Patrick McHardy Date: Mon, 10 May 2010 16:47:57 +0000 (+0200) Subject: netfilter: use rcu_dereference_protected() X-Git-Tag: v2.6.35-rc1~473^2~168^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56f2d55c6c22b0c5774b3b22e336fb6cc5f4094;p=pandora-kernel.git netfilter: use rcu_dereference_protected() Restore the rcu_dereference() calls in conntrack/expectation notifier and logger registration/unregistration, but use the _protected variant, which will be required by the upcoming __rcu annotations. Based on patch by Eric Dumazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed