X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-probe-ext4.c;h=0d0e3a828342f8c63e8f65ee333f9d1ead0cf92e;hb=cd4486798c2b046ea93b89439cd705e93c40b349;hp=7b6f02e467efe9c04f96dea5faf85438b381a8e6;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/probes/lttng-probe-ext4.c b/probes/lttng-probe-ext4.c index 7b6f02e4..0d0e3a82 100644 --- a/probes/lttng-probe-ext4.c +++ b/probes/lttng-probe-ext4.c @@ -14,7 +14,7 @@ #include <../fs/ext4/mballoc.h> #include <../fs/ext4/ext4_extents.h> #include -#include +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -22,7 +22,7 @@ */ #include -#include +#include #include /* @@ -30,9 +30,9 @@ */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events -#include +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov ");