diff options
author | Bart Van Assche <bvanassche@acm.org> | 2024-10-23 13:28:50 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-10-23 16:30:40 -0600 |
commit | e203e20a8b2b67eb12f87aa3ee625cda5e686434 (patch) | |
tree | 9ba6a57a863cd0e07245af2356e9a7ff021aa426 /block/blk-mq.c | |
parent | ccd9e252c515ac5a3ed04a414c95d1307d17f159 (diff) |
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/blk-mq.c')
-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; |