diff options
author | Michael S. Tsirkin <[email protected]> | 2018-01-26 01:36:38 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-01-29 12:02:54 -0500 |
commit | a07d29c6724a19eab120b7a74a9bfd107d20f69a (patch) | |
tree | bbfcf81f49ba2ddfc7e1ab33156dbb95757c1466 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f417dc28185d7fdce567821862fcbf9222058cb7 (diff) |
ptr_ring: prevent queue load/store tearing
In theory compiler could tear queue loads or stores in two. It does not
seem to be happening in practice but it seems easier to convert the
cases where this would be a problem to READ/WRITE_ONCE than worry about
it.
Signed-off-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions