netfilter: use rcu_dereference_protected()
authorPatrick McHardy <kaber@trash.net>
Mon, 10 May 2010 16:47:57 +0000 (18:47 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 10 May 2010 16:47:57 +0000 (18:47 +0200)
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 <eric.dumazet@gmail.com>

Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found