On Sat, 2017-06-17 at 15:02 +0530, Praveen Kumar wrote: > --- a/xen/include/xen/rbtree.h > +++ b/xen/include/xen/rbtree.h > @@ -21,9 +21,7 @@ > > struct rb_node > { > The Linux commit converts this into:
struct rb_node { and.. > - unsigned long rb_parent_color; > -#define RB_RED 0 > -#define RB_BLACK 1 > + unsigned long __rb_parent_color; > struct rb_node *rb_right; > struct rb_node *rb_left; > }; > @@ -33,21 +31,7 @@ struct rb_root > ...this struct here into: struct rb_root { The rest looks ok to me. Regards, Dario -- <<This happens because I choose it to happen!>> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel