On Thu, Jul 09, 2026 at 02:36:42PM -0700, Deborah Brouwer wrote:
> + None => {
> + pr_err!(
> + "Slot allocation failed: all {} slots in use\n",
> + self.slot_count
> + );
> + Err(EBUSY)This branch seems like something that can happen in normal execution, so I don't believe we should print anything here. Alice
