Skip to content

Commit e203e20

Browse files
bvanasscheaxboe
authored andcommitted
blk-mq: Unexport blk_mq_flush_busy_ctxs()
Commit a608884 ("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 <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent ccd9e25 commit e203e20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

block/blk-mq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,6 @@ void blk_mq_flush_busy_ctxs(struct blk_mq_hw_ctx *hctx, struct list_head *list)
17261726

17271727
sbitmap_for_each_set(&hctx->ctx_map, flush_busy_ctx, &data);
17281728
}
1729-
EXPORT_SYMBOL_GPL(blk_mq_flush_busy_ctxs);
17301729

17311730
struct dispatch_rq_data {
17321731
struct blk_mq_hw_ctx *hctx;

0 commit comments

Comments
 (0)