io_uring engine: 'atomic_load_relaxed' instead of 'atomic_load_acquire'
authorDenis Pronin <dannftk@yandex.ru>
Fri, 28 Jul 2023 14:25:06 +0000 (17:25 +0300)
committerDenis Pronin <dannftk@yandex.ru>
Fri, 28 Jul 2023 14:25:06 +0000 (17:25 +0300)
commit5c15a9111487734e448dc10359ec63c56a302938
tree58fe6384663541600f518e8e56b8507fa12ac470
parent29ba26059190bf337024b3aa0d95a12b2525cbf2
io_uring engine: 'atomic_load_relaxed' instead of 'atomic_load_acquire'

motivation here is that we do not have here any explicit READ dependency
 on atomic load because actually we just need in these places only
 operation to perform atomically without any explicit barriers given by
 memory model

Signed-off-by: Denis Pronin <dannftk@yandex.ru>
engines/io_uring.c