X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=probes%2Flttng-probe-jbd.c;h=dc948945a4237aed84d009d1403d32f075db624c;hb=74b9312477538922f7ce3194b37ed3e0c5d7ba16;hp=46911cc8d09c7d53f8225432ef13cc177aee45fb;hpb=b283666ff19841a28b0448c6a867beb2f809f11a;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");