commit | b56f2d55c6c22b0c5774b3b22e336fb6cc5f4094 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon May 10 18:47:57 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Mon May 10 18:47:57 2010 +0200 |
tree | c6c208c4ea554307b35f26d6ec9eb63a0a28c626 | |
parent | 1e4b1057121bc756b91758a434b504d2010f6088 [diff] |
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 <eric.dumazet@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>