Re: [PATCH 16/79] block: rust: allow specifying home node when constructing `TagSet`

From: Alice Ryhl

Date: Mon Mar 16 2026 - 06:47:14 EST


On Mon, Feb 16, 2026 at 12:35:03AM +0100, Andreas Hindborg wrote:
> Add a `numa_node` parameter to `TagSet::new` to specify the home NUMA
> node for tag set allocations. This allows drivers to optimize memory
> placement for NUMA systems.
>
> Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>

We already have a NumaNode type, which you should probably use instead
of raw integers.

Otherwise this looks ok.

Alice