We don't do reference counting, therefore this is a no-op.
The amdgpu DRM driver started to use it in Linux 6.10.
This is part of the update of DRM drivers to Linux 6.10.
Sponsored by: The FreeBSD Foundation
Differential D54502
linuxkpi: Add `radix_tree_deref_slot()` Authored by dumbbell on Sun, Jan 4, 10:31 AM. Tags None Referenced Files
Details
We don't do reference counting, therefore this is a no-op. The amdgpu DRM driver started to use it in Linux 6.10. This is part of the update of DRM drivers to Linux 6.10. Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions Technically this is not a no-op as you do a *-operation. Looking at radix_tree_lookup() it seems we also do not provide pointer stability, so this should be fine within our implementation at least. |