diff options
author | Bart Van Assche <bvanassche@acm.org> | 2024-10-23 22:28:50 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-10-24 00:30:40 +0200 |
commit | e203e20a8b2b67eb12f87aa3ee625cda5e686434 (patch) | |
tree | 9ba6a57a863cd0e07245af2356e9a7ff021aa426 /block | |
parent | blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long (diff) | |
download | linux-e203e20a8b2b67eb12f87aa3ee625cda5e686434.tar.xz linux-e203e20a8b2b67eb12f87aa3ee625cda5e686434.zip |
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 <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>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-mq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c index e39319ff4ecb..aae9a112c913 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; |