Question about "prepare_sqes" correctness.
twissel opened this issue · 2 comments
twissel commented
Here
Line 160 in 045f8d4
sq.khead
is used which is fine if sqpoll
is not enabled, but may lead to troubles if it is enabled.Should't this load be something like atomic_load(acquire) https://github.com/axboe/liburing/blob/3bdd9839005900440c7f74aafa476db48e6e9985/src/queue.c#L386 ?
If I'm wrong. I'm sorry.