Re: [PATCH] rust: rbtree: fix comments referring to Box instead of KBox

From: Miguel Ojeda
Date: Sun Mar 23 2025 - 18:31:34 EST


On Sat, Mar 15, 2025 at 10:48 PM Charalampos Mitrodimas
<charmitro@xxxxxxxxxx> wrote:
>
> Several safety comments in the RBTree implementation still refer to
> "Box::from_raw" and "Box::into_raw", but the code actually uses KBox.
> These comments were not updated when the implementation transitioned
> from using Box to KBox.
>
> Fixes: 8373147ce496 ("rust: treewide: switch to our kernel `Box` type")
> Signed-off-by: Charalampos Mitrodimas <charmitro@xxxxxxxxxx>

Applied to `rust-next` -- thanks everyone!

Cheers,
Miguel