Branch and cache miss speedups
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index a69efb76c2d727cd3f5e883382270f4a3d53cc14..77557dfdca12748f1db2249c05efc93a21b09f4b 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1307,9 +1307,9 @@ again:
        else if (!queue_full(td)) {
                io_u = io_u_qpop(&td->io_u_freelist);
 
+               io_u->file = NULL;
                io_u->buflen = 0;
                io_u->resid = 0;
-               io_u->file = NULL;
                io_u->end_io = NULL;
        }