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:26:40 +0000 (15:26 -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 54b3099bf26338715cfb11bfa675c94e5ba53c4d..077e6d1185ba3cf315ca564ee00d9e4528c6abef 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 2c2584672831eff20367531995ada6528667d989..5176d14f5d86e9b794d166f156d37161df9911d8 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.027348 seconds and 4 git commands to generate.