Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / include / linux / blkdev.h
index 9ab06ea..06ecb2c 100644 (file)
@@ -1180,6 +1180,7 @@ struct blk_plug {
        struct list_head cb_list; /* md requires an unplug callback */
        unsigned short rq_count;
        bool multiple_queues;
+       bool nowait;
 };
 #define BLK_MAX_REQUEST_COUNT 16
 #define BLK_PLUG_FLUSH_SIZE (128 * 1024)