On Thu, 19 Mar 2015 17:36:36 -0400 Steven Rostedt <rost...@goodmis.org> wrote:
> diff --git a/lib/rbtree_latch.c b/lib/rbtree_latch.c > new file mode 100644 > index 000000000000..13867da4f27f > --- /dev/null > +++ b/lib/rbtree_latch.c > @@ -0,0 +1,5 @@ > + > +#ifndef CONFIG_RBTREE_LATCH_INLINE > +#define RBTREE_LATCH_ANNOTATE > +#include <linux/rbtree_latch_code.h> > +#endif As I said, totally untested, so the above still requires at a minimum: #include <linux/rbtree_latch.h> at the start. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/