Merge branch 'for-5.9/block' into for-5.9/block-merge
[linux-2.6-microblaze.git] / include / linux / blkdev.h
index 06995b9..9ab06ea 100644 (file)
@@ -582,6 +582,7 @@ struct request_queue {
        u64                     write_hints[BLK_MAX_WRITE_HINTS];
 };
 
+/* Keep blk_queue_flag_name[] in sync with the definitions below */
 #define QUEUE_FLAG_STOPPED     0       /* queue is stopped */
 #define QUEUE_FLAG_DYING       1       /* queue being torn down */
 #define QUEUE_FLAG_NOMERGES     3      /* disable merge attempts */