X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-jbd.c;h=dc948945a4237aed84d009d1403d32f075db624c;hb=7c68b363332170e4db100327ecc9e09b8a79cf29;hp=46911cc8d09c7d53f8225432ef13cc177aee45fb;hpb=83788d81815146024200cba5aa46c705a05d6b99;p=lttng-modules.git diff --git a/probes/lttng-probe-jbd.c b/probes/lttng-probe-jbd.c index 46911cc8..dc948945 100644 --- a/probes/lttng-probe-jbd.c +++ b/probes/lttng-probe-jbd.c @@ -22,7 +22,6 @@ */ #include -#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -40,5 +39,5 @@ #include "../instrumentation/events/lttng-module/jbd.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 jbd probes");