diff options
author | Charalampos Mitrodimas <charmitro@posteo.net> | 2025-03-15 21:48:11 +0000 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2025-03-23 19:43:02 +0100 |
commit | f6be7af44525a005f537ca04f24dc56b391f9a8b (patch) | |
tree | 22e59d9661647e8ced8251fc9600c62ec1f95c69 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5928642b11cb6aee8f6250c762857e713e7112da (diff) | |
download | linux-f6be7af44525a005f537ca04f24dc56b391f9a8b.tar.gz linux-f6be7af44525a005f537ca04f24dc56b391f9a8b.tar.bz2 linux-f6be7af44525a005f537ca04f24dc56b391f9a8b.zip |
rust: rbtree: fix comments referring to Box instead of KBox
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@posteo.net>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20250315-rbtree-comment-fixes-v1-1-51f72c420ff0@posteo.net
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions