diff options
| author | Jens Axboe <axboe@fb.com> | 2015-10-09 19:40:29 +0300 |
|---|---|---|
| committer | Jens Axboe <axboe@fb.com> | 2015-10-09 19:40:29 +0300 |
| commit | 54ef2b96879334caf8803fdd93b4c556d709d6fd (patch) | |
| tree | 05cfeb36feeb4451f8f4c7069a86ae3490027daf /include/linux/blkdev.h | |
| parent | f7e7868b4743f1cc5e59e6e0ddd3ccf9cfe53a1b (diff) | |
| parent | fd48ca384960c831d4fae4636282e422e140ca7c (diff) | |
| download | linux-54ef2b96879334caf8803fdd93b4c556d709d6fd.tar.xz | |
Merge branch 'for-4.4/core' into for-4.4/drivers
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, 2 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 99da9ebc7377..19c2e947d4d1 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -456,6 +456,8 @@ struct request_queue { struct blk_mq_tag_set *tag_set; struct list_head tag_set_list; struct bio_set *bio_split; + + bool mq_sysfs_init_done; }; #define QUEUE_FLAG_QUEUED 1 /* uses generic tag queueing */ |
