use liburcu-bp
[ust.git] / libust / tracer.c
index cc1dbfddfd2ffd36fa664cb91c5a35f0ec338e16..4150551af9efb09a028878a3eb4b19116a4441d8 100644 (file)
@@ -52,7 +52,7 @@
 //ust// #include <linux/delay.h>
 //ust// #include <linux/vmalloc.h>
 //ust// #include <asm/atomic.h>
-#include <kcompat/rculist.h>
+#include <urcu/rculist.h>
 
 #include "kernelcompat.h"
 #include "tracercore.h"
@@ -807,7 +807,7 @@ traces_error:
 //ust// }
 
 /* Must be called while sure that trace is in the list. */
-static int _ltt_trace_destroy(struct ltt_trace_struct  *trace)
+static int _ltt_trace_destroy(struct ltt_trace_struct *trace)
 {
        int err = -EPERM;
 
This page took 0.02303 seconds and 4 git commands to generate.