Re: [PATCH] rust: block: mq: align init_request numa_node arg with C signature

From: Jens Axboe

Date: Wed May 27 2026 - 10:39:03 EST



On Wed, 27 May 2026 11:18:09 +0200, Andreas Hindborg wrote:
> Commit b040a1a4523d ("block: switch numa_node to int in
> blk_mq_hw_ctx and init_request") changed the type of the
> `numa_node` argument of `blk_mq_ops::init_request` from
> `unsigned int` to `int`. Update the Rust callback signature to
> match, so that the function item can be coerced to the C fn
> pointer type stored in `blk_mq_ops`.
>
> [...]

Applied, thanks!

[1/1] rust: block: mq: align init_request numa_node arg with C signature
commit: 6b2f3e4970e48e70c10111366f59f908f2ea6f96

Best regards,
--
Jens Axboe