From: Bart Van Assche Date: Wed, 23 Oct 2024 20:28:50 +0000 (-0700) Subject: blk-mq: Unexport blk_mq_flush_busy_ctxs() X-Git-Tag: v6.13-rc1~211^2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e203e20a8b2b67eb12f87aa3ee625cda5e686434;p=thirdparty%2Flinux.git blk-mq: Unexport blk_mq_flush_busy_ctxs() 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 Reviewed-by: Chaitanya Kulkarni Link: https://lore.kernel.org/r/20241023202850.3469279-1-bvanassche@acm.org Signed-off-by: Jens Axboe --- diff --git a/block/blk-mq.c b/block/blk-mq.c index e39319ff4ecbe..aae9a112c9138 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -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;