Re: [PATCH 3/4] rust: id_pool: add contiguous area allocation
Greg KH <[email protected]>
| Newsgroups | dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <2026070334-dollar-hexagram-e49c@gregkh> |
On Fri, Jul 03, 2026 at 07:16:06PM +0900, Eliot Courtney wrote: > Add support for contiguous area allocation. Add a new type, > `UnusedArea`, following the same pattern as `UnusedId`. > > Signed-off-by: Eliot Courtney <[email protected]> Why isn't the built-in idr library being used here instead of rolling your own data structure? thanks, greg k-h