diff options
author | 2020-08-27 13:40:43 +0200 | |
---|---|---|
committer | 2020-09-10 11:19:29 +0200 | |
commit | 24bf401cebfd630cc9e2c3746e43945e836626f9 (patch) | |
tree | 4a2cd28e61390783176df3f11346a254c7e9bf2c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86/tsc: Use seqcount_latch_t (diff) | |
download | wireguard-linux-24bf401cebfd630cc9e2c3746e43945e836626f9.tar.xz wireguard-linux-24bf401cebfd630cc9e2c3746e43945e836626f9.zip |
rbtree_latch: Use seqcount_latch_t
Latch sequence counters have unique read and write APIs, and thus
seqcount_latch_t was recently introduced at seqlock.h.
Use that new data type instead of plain seqcount_t. This adds the
necessary type-safety and ensures that only latching-safe seqcount APIs
are to be used.
Signed-off-by: Ahmed S. Darwish <a.darwish@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200827114044.11173-8-a.darwish@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions