mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-25 22:10:59 -05:00
The blk_mq_alloc_single_hw_queue() is a prototype artifact that should have been removed with commitcdef54dd85"blk-mq: remove alloc_hctx and free_hctx methods" where the last users of it were deleted. Fixes:cdef54dd85("blk-mq: remove alloc_hctx and free_hctx methods") Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>