Fix: remove unused gfpflags.h from btrfs and compaction instrumentation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 5 Apr 2016 19:25:20 +0000 (15:25 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 5 Apr 2016 19:25:20 +0000 (15:25 -0400)
Its content is unused, and this file disappears in Linux 4.6-rc.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/btrfs.h
instrumentation/events/lttng-module/compaction.h

index 2f67d5f6287a7c4a075a82fed095e4cee7c25a48..38c66c15e7f2def3e4bf80d58ccf2b253baf6895 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <probes/lttng-tracepoint-event.h>
 #include <linux/writeback.h>
-#include <trace/events/gfpflags.h>
 #include <linux/version.h>
 
 #ifndef _TRACE_BTRFS_DEF_
index 64579fe08902f4729c39acc7731bf48f62aa3a09..f4f234146f9f77a37b1ddcacde146b7c3c7bc746 100644 (file)
@@ -7,7 +7,6 @@
 #include <probes/lttng-tracepoint-event.h>
 #include <linux/types.h>
 #include <linux/version.h>
-#include <trace/events/gfpflags.h>
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)
 
This page took 0.025681 seconds and 5 git commands to generate.