Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103031331
D25421.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
654 B
Referenced Files
None
Subscribers
None
D25421.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
@@ -60,7 +60,7 @@
#define RB_EMPTY_ROOT(root) RB_EMPTY((struct linux_root *)root)
#define RB_EMPTY_NODE(node) (RB_PARENT(node, __entry) == node)
-#define RB_CLEAR_NODE(node) (RB_SET_PARENT(node, node, __entry))
+#define RB_CLEAR_NODE(node) RB_SET_PARENT(node, node, __entry)
#define rb_insert_color(node, root) \
linux_root_RB_INSERT_COLOR((struct linux_root *)(root), (node))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 21, 1:22 AM (21 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14751392
Default Alt Text
D25421.diff (654 B)
Attached To
Mode
D25421: RB_SET_PARENT cannot be used as an expression
Attached
Detach File
Event Timeline
Log In to Comment