diff options
author | 2018-12-08 11:03:01 +0900 | |
---|---|---|
committer | 2018-12-13 01:14:58 +0100 | |
commit | d4e7df16567b80836a78d31b42f1a9355a636d67 (patch) | |
tree | 0fb9a04c83026bdfc793e3adf48abb643fd21efb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | netfilter: nat: can't use dst_hold on noref dst (diff) | |
download | linux-dev-d4e7df16567b80836a78d31b42f1a9355a636d67.tar.xz linux-dev-d4e7df16567b80836a78d31b42f1a9355a636d67.zip |
netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()
rbnode in insert_tree() is rcu protected pointer.
So, in order to handle this pointer, _rcu function should be used.
rb_link_node_rcu() is a rcu version of rb_link_node().
Fixes: 34848d5c896e ("netfilter: nf_conncount: Split insert and traversal")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions