]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
block, bfq: convert to use request_queue->async_depth
authorYu Kuai <yukuai@fnnas.com>
Tue, 3 Feb 2026 08:19:48 +0000 (16:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Feb 2026 14:45:36 +0000 (07:45 -0700)
commit2110858c5178176d0d535b7762b20cb9c0d03146
tree8082ecae5b706803605cbf7dcf473d02e764da40
parent988bb1b9ededab9aed83df8c1f5be0232b71ded3
block, bfq: convert to use request_queue->async_depth

The default limits is unchanged, and user can configure async_depth now.

Signed-off-by: Yu Kuai <yukuai@fnnas.com>
Reviewed-by: Nilay Shroff <nilay@linux.ibm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c