engines/io_uring: ensure sqe stores are ordered SQ ring tail update
[fio.git] / engines / splice.c
index 18403608cbc61276de93e96116020e071ab096ba..feb764feb2f4f4766275dd53e938cab1ce3e5292 100644 (file)
@@ -199,8 +199,8 @@ static int fio_splice_write(struct thread_data *td, struct io_u *io_u)
        return io_u->xfer_buflen;
 }
 
-static enum fio_q_status
-fio_spliceio_queue(struct thread_data *td, struct io_u *io_u)
+static enum fio_q_status fio_spliceio_queue(struct thread_data *td,
+                                           struct io_u *io_u)
 {
        struct spliceio_data *sd = td->io_ops_data;
        int ret = 0;