diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 22:42:43 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 22:42:45 +0100 |
| commit | a25555d13a5d8806e71102629d875a3d5e955f90 (patch) | |
| tree | 9f9d1f3324f1ac98e7931f4d5b715c23a8777c25 /rust | |
| parent | 9aca8d295df58f58f2bb44d6364cd72f75bdbdcf (diff) | |
| parent | bc91c7f56c2586f5ff90a833af5946ba4b71122a (diff) | |
| download | linux-next-history-a25555d13a5d8806e71102629d875a3d5e955f90.tar.gz | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/kernel/block/mq/operations.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/block/mq/operations.rs b/rust/kernel/block/mq/operations.rs index 8ad46129a52c4..861903e18fbfa 100644 --- a/rust/kernel/block/mq/operations.rs +++ b/rust/kernel/block/mq/operations.rs @@ -218,7 +218,7 @@ impl<T: Operations> OperationsVTable<T> { _set: *mut bindings::blk_mq_tag_set, rq: *mut bindings::request, _hctx_idx: crate::ffi::c_uint, - _numa_node: crate::ffi::c_uint, + _numa_node: crate::ffi::c_int, ) -> crate::ffi::c_int { from_result(|| { // SAFETY: By the safety requirements of this function, `rq` points |
