diff options
author | Christoph Hellwig <hch@lst.de> | 2014-04-16 11:44:54 +0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-04-17 00:15:25 +0400 |
commit | 1b4a325858f695a9b5041313602d34b36f463724 (patch) | |
tree | fb42ab8f36cab8665e60e9788afff434333bc135 /include/linux/blk-mq.h | |
parent | 91b63639c7d59dbf86da5311faff43691dcae832 (diff) | |
download | linux-1b4a325858f695a9b5041313602d34b36f463724.tar.xz |
blk-mq: add async parameter to blk_mq_start_stopped_hw_queues
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blk-mq.h')
-rw-r--r-- | include/linux/blk-mq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index a81b474b794f..9ecfab96d8c9 100644 --- a/include/linux/blk-mq.h +++ b/include/linux/blk-mq.h @@ -157,7 +157,7 @@ void blk_mq_complete_request(struct request *rq); void blk_mq_stop_hw_queue(struct blk_mq_hw_ctx *hctx); void blk_mq_start_hw_queue(struct blk_mq_hw_ctx *hctx); void blk_mq_stop_hw_queues(struct request_queue *q); -void blk_mq_start_stopped_hw_queues(struct request_queue *q); +void blk_mq_start_stopped_hw_queues(struct request_queue *q, bool async); /* * Driver command data is immediately after the request. So subtract request |