"Antonio Hickey" <contact@xxxxxxxxxxxxxxxxx> writes: > Replacing all occurrences of `addr_of_mut!(place)` with > `&raw mut place`. > > This will allow us to reduce macro complexity, and improve consistency > with existing reference syntax as `&raw mut` is similar to `&mut` > making it fit more naturally with other existing code. > > Suggested-by: Benno Lossin <benno.lossin@xxxxxxxxx> > Link: https://github.com/Rust-for-Linux/linux/issues/1148 > Signed-off-by: Antonio Hickey <contact@xxxxxxxxxxxxxxxxx> Acked-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx> Best regards, Andreas Hindborg