mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
blk-mq: Unexport blk_mq_flush_busy_ctxs()
Commit a6088845c2
("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>
This commit is contained in:
parent
ccd9e252c5
commit
e203e20a8b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user