X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-ext3.c;h=87c8cfb44fae066c5da33ca32a23718061689ec1;hb=7c68b363332170e4db100327ecc9e09b8a79cf29;hp=0df2b6711c87ed34085206ae9e270e30202e14a7;hpb=83788d81815146024200cba5aa46c705a05d6b99;p=lttng-modules.git diff --git a/probes/lttng-probe-ext3.c b/probes/lttng-probe-ext3.c index 0df2b671..87c8cfb4 100644 --- a/probes/lttng-probe-ext3.c +++ b/probes/lttng-probe-ext3.c @@ -27,20 +27,16 @@ #include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)) -/* - * Since 3.4 the is no linux/ext3_fs_i.h anymore. Instead we have to use - * ext3.h from fs/ext3/ext3.h (which also includes trace/events/ext3.h) - */ -#include "../instrumentation/events/mainline/fs_ext3.h" +#include <../fs/ext3/ext3.h> #else #include +#endif /* * Create the tracepoint static inlines from the kernel to validate that our * trace event macros match the kernel we run on. */ #include -#endif /* * Create LTTng tracepoint probes. @@ -52,5 +48,5 @@ #include "../instrumentation/events/lttng-module/ext3.h" MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Wade Farnsworth and Paul Woegerer "); +MODULE_AUTHOR("Wade Farnsworth , Paul Woegerer , and Andrew Gabbasov "); MODULE_DESCRIPTION("LTTng ext3 probes");