Fix io_uring_sq_ready() to use load acquire to read khead.

Without the memory barrier, we could miss an update and think the SQ
wasn't ready when in fact it was.

Signed-off-by: Joran Dirk Greef <joran@coil.com>
1 file changed