]> Gentwo Git Trees - linux/.git/commit
rust: id_pool: do not supply starting capacity
authorAlice Ryhl <aliceryhl@google.com>
Tue, 25 Nov 2025 13:59:40 +0000 (13:59 +0000)
committerYury Norov (NVIDIA) <yury.norov@gmail.com>
Tue, 2 Dec 2025 19:14:50 +0000 (14:14 -0500)
commit69ec6a1bed3017293a3430e2f8e3c01b29496446
treeb4762701dfda6b6c31b80c0d16bd627a61fe6fcd
parent6297fb3863d81b0970fd435476b837739c0ea4e7
rust: id_pool: do not supply starting capacity

Rust Binder wants to use inline bitmaps whenever possible to avoid
allocations, so introduce a constructor for an IdPool with arbitrary
capacity that stores the bitmap inline.

The existing constructor could be renamed to with_capacity() to match
constructors for other similar types, but it is removed as there is
currently no user for it.

[Miguel: rust: id_pool: fix broken intra-doc link]

Acked-by: Yury Norov (NVIDIA) <yury.norov@gmail.com>
Reviewed-by: Burak Emir <bqe@google.com>
Reviewed-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Yury Norov (NVIDIA) <yury.norov@gmail.com>
rust/kernel/id_pool.rs