]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/blkdev.h
block: mark blk-mq devices as stackable
[karo-tx-linux.git] / include / linux / blkdev.h
index 6f388fd1c11c1c6775e935b0dd9816a8a1d0e34a..13e16401a7ce27dde3fb4cdce03b8e4e27d0c923 100644 (file)
@@ -520,6 +520,7 @@ struct request_queue {
                                 (1 << QUEUE_FLAG_ADD_RANDOM))
 
 #define QUEUE_FLAG_MQ_DEFAULT  ((1 << QUEUE_FLAG_IO_STAT) |            \
+                                (1 << QUEUE_FLAG_STACKABLE)    |       \
                                 (1 << QUEUE_FLAG_SAME_COMP))
 
 static inline void queue_lockdep_assert_held(struct request_queue *q)