From: Mathieu Desnoyers Date: Tue, 5 Apr 2016 19:25:20 +0000 (-0400) Subject: Fix: remove unused gfpflags.h from btrfs and compaction instrumentation X-Git-Tag: v2.7.3~5 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=50a48adf2e40f4af60a75e2f100ce118ba434776;p=lttng-modules.git Fix: remove unused gfpflags.h from btrfs and compaction instrumentation Its content is unused, and this file disappears in Linux 4.6-rc. Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/events/lttng-module/btrfs.h b/instrumentation/events/lttng-module/btrfs.h index 54b3099b..077e6d11 100644 --- a/instrumentation/events/lttng-module/btrfs.h +++ b/instrumentation/events/lttng-module/btrfs.h @@ -6,7 +6,6 @@ #include "../../../probes/lttng-tracepoint-event.h" #include -#include #include #ifndef _TRACE_BTRFS_DEF_ diff --git a/instrumentation/events/lttng-module/compaction.h b/instrumentation/events/lttng-module/compaction.h index 2c258467..5176d14f 100644 --- a/instrumentation/events/lttng-module/compaction.h +++ b/instrumentation/events/lttng-module/compaction.h @@ -7,7 +7,6 @@ #include "../../../probes/lttng-tracepoint-event.h" #include #include -#include #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)