|
@@ -520,6 +520,7 @@ struct request_queue {
|
|
(1 << QUEUE_FLAG_ADD_RANDOM))
|
|
(1 << QUEUE_FLAG_ADD_RANDOM))
|
|
|
|
|
|
#define QUEUE_FLAG_MQ_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
|
|
#define QUEUE_FLAG_MQ_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
|
|
|
|
+ (1 << QUEUE_FLAG_STACKABLE) | \
|
|
(1 << QUEUE_FLAG_SAME_COMP))
|
|
(1 << QUEUE_FLAG_SAME_COMP))
|
|
|
|
|
|
static inline void queue_lockdep_assert_held(struct request_queue *q)
|
|
static inline void queue_lockdep_assert_held(struct request_queue *q)
|