aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2015-01-02 15:05:12 -0700
committerJens Axboe <axboe@fb.com>2015-01-02 15:05:12 -0700
commitc761d96b079e99d106fa4064e730ef7d0f312f9d (patch)
tree73f1b9e9618527b4d807b4d1ddff175072d6ae81 /include/linux/blk-mq.h
parentMerge tag 'v3.19-rc2' into for-3.20/core (diff)
downloadlinux-dev-c761d96b079e99d106fa4064e730ef7d0f312f9d.tar.xz
linux-dev-c761d96b079e99d106fa4064e730ef7d0f312f9d.zip
blk-mq: export blk_mq_freeze_queue()
Commit b4c6a028774b exported the start and unfreeze, but we need the regular blk_mq_freeze_queue() for the loop conversion. Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blk-mq.h')
-rw-r--r--include/linux/blk-mq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h
index 3b43f509432c..5b6500c77ed2 100644
--- a/include/linux/blk-mq.h
+++ b/include/linux/blk-mq.h
@@ -212,6 +212,7 @@ void blk_mq_start_stopped_hw_queues(struct request_queue *q, bool async);
void blk_mq_delay_queue(struct blk_mq_hw_ctx *hctx, unsigned long msecs);
void blk_mq_tag_busy_iter(struct blk_mq_hw_ctx *hctx, busy_iter_fn *fn,
void *priv);
+void blk_mq_freeze_queue(struct request_queue *q);
void blk_mq_unfreeze_queue(struct request_queue *q);
void blk_mq_freeze_queue_start(struct request_queue *q);