Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107935986
D25245.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
554 B
Referenced Files
None
Subscribers
None
D25245.diff
View Options
Index: head/sys/compat/linuxkpi/common/include/linux/rbtree.h
===================================================================
--- head/sys/compat/linuxkpi/common/include/linux/rbtree.h
+++ head/sys/compat/linuxkpi/common/include/linux/rbtree.h
@@ -37,8 +37,8 @@
struct rb_node {
RB_ENTRY(rb_node) __entry;
};
-#define rb_left __entry.rbe_left
-#define rb_right __entry.rbe_right
+#define rb_left RB_PTR(__entry.rbe_left)
+#define rb_right RB_PTR(__entry.rbe_right)
/*
* We provide a false structure that has the same bit pattern as tree.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 5:05 PM (21 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15980052
Default Alt Text
D25245.diff (554 B)
Attached To
Mode
D25245: strip color bit from rb tree pointers for linuxkpi
Attached
Detach File
Event Timeline
Log In to Comment