Re: [PATCH v2 07/12] rbtree: adjust root color in rb_insert_color() only when necessary
From: Arnaldo Carvalho de Melo <hidden>
Date: 2012-09-08 01:26:53
Also in:
lkml
From: Arnaldo Carvalho de Melo <hidden>
Date: 2012-09-08 01:26:53
Also in:
lkml
Em Fri, Aug 31, 2012 at 11:35:40AM +0300, Adrian Hunter escreveu:
AFAICS tools/perf/util/include/linux is for fixing up the differences between kernel headers and exported kernel headers. Hence my change:diff --git a/tools/perf/util/include/linux/rbtree.h b/tools/perf/util/include/linux/rbtree.h index 7a243a1..2a030c5 100644 --- a/tools/perf/util/include/linux/rbtree.h +++ b/tools/perf/util/include/linux/rbtree.h@@ -1 +1,2 @@ +#include <stdbool.h> #include "../../../../include/linux/rbtree.h"
I applied this one now, thanks, - Arnaldo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>