Merge branch 'master' into gfio
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index a4802fec66ead13be34fe7c6bc0429978f695497..347e1159fa5d5d69e48faebe31965ea508aef60c 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1096,7 +1096,7 @@ again:
 
                io_u->error = 0;
                flist_del(&io_u->list);
-               flist_add(&io_u->list, &td->io_u_busylist);
+               flist_add_tail(&io_u->list, &td->io_u_busylist);
                td->cur_depth++;
                io_u->flags |= IO_U_F_IN_CUR_DEPTH;
        } else if (td->o.verify_async) {