]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
blk-mq: Unexport blk_mq_flush_busy_ctxs()
authorBart Van Assche <bvanassche@acm.org>
Wed, 23 Oct 2024 20:28:50 +0000 (13:28 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Oct 2024 22:30:40 +0000 (16:30 -0600)
Commit a6088845c2bf ("block: kyber: make kyber more friendly with merging")
removed the only blk_mq_flush_busy_ctxs() call from outside the block layer
core. Hence unexport blk_mq_flush_busy_ctxs().

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20241023202850.3469279-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c

index e39319ff4ecbe61d062da6532ae7bc319b40df7d..aae9a112c913898ab4b762cccd4ea11c3e681315 100644 (file)
@@ -1726,7 +1726,6 @@ void blk_mq_flush_busy_ctxs(struct blk_mq_hw_ctx *hctx, struct list_head *list)
 
        sbitmap_for_each_set(&hctx->ctx_map, flush_busy_ctx, &data);
 }
-EXPORT_SYMBOL_GPL(blk_mq_flush_busy_ctxs);
 
 struct dispatch_rq_data {
        struct blk_mq_hw_ctx *hctx;