engines/libaio: Use atomic_store_release() instead of read_barrier()
authorBart Van Assche <bvanassche@acm.org>
Sun, 21 Jun 2020 21:16:59 +0000 (14:16 -0700)
committerBart Van Assche <bvanassche@acm.org>
Mon, 22 Jun 2020 02:19:27 +0000 (19:19 -0700)
commitd473a06da1630905e65868630c67d5043a9e76f2
treef7443ff7b7f0afcd034e5598b52bf2392aadd77c
parent3932f8be718fc4ca3b863c51c0d567821d75c003
engines/libaio: Use atomic_store_release() instead of read_barrier()

This is a micro-optimization that does not affect the functionality of the
code.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
engines/libaio.c