]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: block: update ARef and AlwaysRefCounted imports from sync::aref
authorShankari Anand <shankari.ak0208@gmail.com>
Sun, 12 Oct 2025 14:20:12 +0000 (19:50 +0530)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Nov 2025 01:24:10 +0000 (18:24 -0700)
commitba13710ddd1f47884701213a3b6a5e470f6bc81e
treef6b329a61c0f06478940cc30d73ceb7e21eb6fa4
parent55de535e0769cbc61c2ac415673365ee0efa96e0
rust: block: update ARef and AlwaysRefCounted imports from sync::aref

Update call sites in the block subsystem to import `ARef` and
`AlwaysRefCounted` from `sync::aref` instead of `types`.

This aligns with the ongoing effort to move `ARef` and
`AlwaysRefCounted` to sync.

Suggested-by: Benno Lossin <lossin@kernel.org>
Link: https://github.com/Rust-for-Linux/linux/issues/1173
Signed-off-by: Shankari Anand <shankari.ak0208@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/rnull/rnull.rs
rust/kernel/block/mq.rs
rust/kernel/block/mq/operations.rs
rust/kernel/block/mq/request.rs