]> www.infradead.org Git - users/jedix/linux-maple.git/commit
blk-mq: Unexport blk_mq_flush_busy_ctxs()
authorBart Van Assche <bvanassche@acm.org>
Wed, 23 Oct 2024 20:28:50 +0000 (13:28 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Oct 2024 22:30:40 +0000 (16:30 -0600)
commite203e20a8b2b67eb12f87aa3ee625cda5e686434
tree9ba6a57a863cd0e07245af2356e9a7ff021aa426
parentccd9e252c515ac5a3ed04a414c95d1307d17f159
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>
block/blk-mq.c