Re: [PATCH v6 1/6] rust: bitmap: add MAX_LEN and MAX_INLINE_LEN constants
From: Burak Emir
Date: Tue Nov 25 2025 - 09:33:01 EST
On Tue, Nov 25, 2025 at 2:59 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> To avoid hard-coding these values in drivers, define constants for them
> that drivers can reference. Also, update all instances in bitmap.rs and
> id_pool.rs that use these values to use the new constants.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Reviewed-by: Burak Emir <bqe@xxxxxxxxxx>