]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kyber: covert to use request_queue->async_depth
authorYu Kuai <yukuai@fnnas.com>
Tue, 3 Feb 2026 08:19:46 +0000 (16:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Feb 2026 14:45:36 +0000 (07:45 -0700)
commit8cbe62f4d8c37b74947569c7b874848f39f09a22
treea0c790baef7b8c001dede294e5c0ac45386fcb9e
parentf98afe4f31bb8b07fea318606c08030c2049587e
kyber: covert to use request_queue->async_depth

Instead of the internal async_depth, remove kqd->async_depth and related
helpers.

Noted elevator attribute async_depth is now removed, queue attribute
with the same name is used instead.

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/kyber-iosched.c