diff options
| author | Jens Axboe <axboe@fb.com> | 2014-05-30 10:11:50 -0400 |
|---|---|---|
| committer | Jens Axboe <axboe@fb.com> | 2014-05-30 10:11:50 -0400 |
| commit | f89ca166460e84620db73d4542f28d34c40a8917 (patch) | |
| tree | 6f7ef4b566879674d3dfc6e79b71561a49ac877e /include/linux/blkdev.h | |
| parent | 879466e6a53ce063fa779476cf648abafcd703a9 (diff) | |
| parent | 2230237500821aedfcf2bba2a79d9cbca389233c (diff) | |
Merge branch 'for-3.16/core' into for-3.16/drivers
Pulled in for the blk_mq_tag_to_rq() change, which impacts
mtip32xx.
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index e90e1692e052..8aba35f46f87 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -510,6 +510,7 @@ struct request_queue { | |||
| 510 | #define QUEUE_FLAG_SAME_FORCE 18 /* force complete on same CPU */ | 510 | #define QUEUE_FLAG_SAME_FORCE 18 /* force complete on same CPU */ |
| 511 | #define QUEUE_FLAG_DEAD 19 /* queue tear-down finished */ | 511 | #define QUEUE_FLAG_DEAD 19 /* queue tear-down finished */ |
| 512 | #define QUEUE_FLAG_INIT_DONE 20 /* queue is initialized */ | 512 | #define QUEUE_FLAG_INIT_DONE 20 /* queue is initialized */ |
| 513 | #define QUEUE_FLAG_NO_SG_MERGE 21 /* don't attempt to merge SG segments*/ | ||
| 513 | 514 | ||
| 514 | #define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \ | 515 | #define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \ |
| 515 | (1 << QUEUE_FLAG_STACKABLE) | \ | 516 | (1 << QUEUE_FLAG_STACKABLE) | \ |
| @@ -1069,7 +1070,6 @@ static inline void blk_post_runtime_resume(struct request_queue *q, int err) {} | |||
| 1069 | * schedule() where blk_schedule_flush_plug() is called. | 1070 | * schedule() where blk_schedule_flush_plug() is called. |
| 1070 | */ | 1071 | */ |
| 1071 | struct blk_plug { | 1072 | struct blk_plug { |
| 1072 | unsigned long magic; /* detect uninitialized use-cases */ | ||
| 1073 | struct list_head list; /* requests */ | 1073 | struct list_head list; /* requests */ |
| 1074 | struct list_head mq_list; /* blk-mq requests */ | 1074 | struct list_head mq_list; /* blk-mq requests */ |
| 1075 | struct list_head cb_list; /* md requires an unplug callback */ | 1075 | struct list_head cb_list; /* md requires an unplug callback */ |
