Re: [PATCH v7 07/10] rust: id_pool: add contiguous ID reservation
"Alexandre Courbot" <[email protected]>
| Newsgroups | gmane.linux.kernel.rust,gmane.linux.kernel,gmane.comp.video.dri.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon Aug 17, 2026 at 4:04 PM JST, Eliot Courtney wrote: > Add `IdPool::reserve_ids` which allocates a contiguous range with the > given offset, count, and alignment. > > Signed-off-by: Eliot Courtney <[email protected]> Reviewed-by: Alexandre Courbot <[email protected]>