]> www.infradead.org Git - nvme.git/commit
rust: block: do not use removed queue limit API
authorAndreas Hindborg <a.hindborg@samsung.com>
Fri, 14 Jun 2024 23:53:50 +0000 (01:53 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 15 Jun 2024 00:25:13 +0000 (18:25 -0600)
commit5e3b7009f116f684ac6b93d8924506154f3b1f6d
tree6bec856d0aaa1deb95657471a8dd595978dd1ecd
parente3e72fe4cb1d1b7399fab0e98166b8bfcddb9ec7
rust: block: do not use removed queue limit API

The Rust block layer API was using the old queue limit API, which was just
removed. Use the new API instead.

Reported-by: Boqun Feng <boqun.feng@gmail.com>
Fixes: 3253aba3408a ("rust: block: introduce `kernel::block::mq` module")
Signed-off-by: Andreas Hindborg <a.hindborg@samsung.com>
Link: https://lore.kernel.org/r/20240614235350.621121-1-nmi@metaspace.dk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
rust/kernel/block/mq/gen_disk.rs