aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
diff options
context:
space:
mode:
authorSagi Grimberg <sagig@mellanox.com>2016-03-10 13:58:49 +0200
committerJens Axboe <axboe@fb.com>2016-04-12 15:07:36 -0600
commite8f1e1630b0a98685d1a3521e8aba0dc7e68082c (patch)
tree737e91b33c18538d324b69f65e3ae63ad3568fcc /include/linux/blk-mq.h
parentmtip32xx: Convert to use blk_mq_tagset_busy_iter (diff)
downloadlinux-dev-e8f1e1630b0a98685d1a3521e8aba0dc7e68082c.tar.xz
linux-dev-e8f1e1630b0a98685d1a3521e8aba0dc7e68082c.zip
blk-mq: Make blk_mq_all_tag_busy_iter static
No caller outside the blk-mq code so we can settle with it static. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blk-mq.h')
-rw-r--r--include/linux/blk-mq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h
index c808fec1ce44..2498fdf3a503 100644
--- a/include/linux/blk-mq.h
+++ b/include/linux/blk-mq.h
@@ -238,8 +238,6 @@ void blk_mq_start_hw_queues(struct request_queue *q);
void blk_mq_start_stopped_hw_queues(struct request_queue *q, bool async);
void blk_mq_run_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_all_tag_busy_iter(struct blk_mq_tags *tags, busy_tag_iter_fn *fn,
- void *priv);
void blk_mq_tagset_busy_iter(struct blk_mq_tag_set *tagset,
busy_tag_iter_fn *fn, void *priv);
void blk_mq_freeze_queue(struct request_queue *q);