diff options
| author | Taehee Yoo <[email protected]> | 2018-12-08 11:03:01 +0900 |
|---|---|---|
| committer | Pablo Neira Ayuso <[email protected]> | 2018-12-13 01:14:58 +0100 |
| commit | d4e7df16567b80836a78d31b42f1a9355a636d67 (patch) | |
| tree | 0fb9a04c83026bdfc793e3adf48abb643fd21efb /tools/perf/scripts/python/bin/syscall-counts-report | |
| parent | 542fbda0f08f1cbbc250f9e59f7537649651d0c8 (diff) | |
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 <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/syscall-counts-report')
0 files changed, 0 insertions, 0 deletions