Merge branch 'issue-1065' of https://github.com/XeS0r/fio into master
[fio.git] / io_u.h
diff --git a/io_u.h b/io_u.h
index 0f63cdd047d91fe7d7b742d8359d9e70feba4dda..311009287403f8254e6d922c9658a72b1f80ae29 100644 (file)
--- a/io_u.h
+++ b/io_u.h
@@ -53,7 +53,8 @@ struct io_u {
         * Allocated/set buffer and length
         */
        unsigned long long buflen;
-       unsigned long long offset;
+       unsigned long long offset;      /* is really ->xfer_offset... */
+       unsigned long long verify_offset;       /* is really ->offset */
        void *buf;
 
        /*
@@ -93,7 +94,6 @@ struct io_u {
                struct workqueue_work work;
        };
 
-#ifdef CONFIG_LINUX_BLKZONED
        /*
         * ZBD mode zbd_queue_io callback: called after engine->queue operation
         * to advance a zone write pointer and eventually unlock the I/O zone.
@@ -108,7 +108,6 @@ struct io_u {
         * or commit of an async I/O to unlock the I/O target zone.
         */
        void (*zbd_put_io)(const struct io_u *);
-#endif
 
        /*
         * Callback for io completion