bfq: use bfq_bic_lookup in bfq_limit_depth
authorChristoph Hellwig <hch@lst.de>
Fri, 26 Nov 2021 11:58:07 +0000 (12:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 29 Nov 2021 13:41:29 +0000 (06:41 -0700)
commita0725c22cd8487f107a80ef87abf03c6379ec927
tree2aa49366d5247d44b7ff87b80cec9995bf19296e
parent836b394b633e3d618fa44292290bf3d9a1761e0c
bfq: use bfq_bic_lookup in bfq_limit_depth

No need to create a new I/O context if there is none present yet in
->limit_depth.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211126115817.2087431-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c