fio: Generalize zonemode=zbd
[fio.git] / io_u.h
diff --git a/io_u.h b/io_u.h
index 0f63cdd047d91fe7d7b742d8359d9e70feba4dda..87c29201a3aee39a87a615768272e0e86b596d05 100644 (file)
--- a/io_u.h
+++ b/io_u.h
@@ -93,7 +93,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 +107,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