Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142420347
D54502.id169118.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
509 B
Referenced Files
None
Subscribers
None
D54502.id169118.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/radix-tree.h b/sys/compat/linuxkpi/common/include/linux/radix-tree.h
--- a/sys/compat/linuxkpi/common/include/linux/radix-tree.h
+++ b/sys/compat/linuxkpi/common/include/linux/radix-tree.h
@@ -68,6 +68,12 @@
for ((iter)->index = (start); \
radix_tree_iter_find(root, iter, &(slot)); (iter)->index++)
+static inline void *
+radix_tree_deref_slot(void **slot)
+{
+ return (*slot);
+}
+
static inline int
radix_tree_exception(void *arg)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 8:02 PM (18 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27496937
Default Alt Text
D54502.id169118.diff (509 B)
Attached To
Mode
D54502: linuxkpi: Add `radix_tree_deref_slot()`
Attached
Detach File
Event Timeline
Log In to Comment