Fix: Remove reference to lttng-probe-lttng kernel module
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 5 Jun 2013 19:39:15 +0000 (15:39 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 18 Jun 2013 14:57:16 +0000 (10:57 -0400)
The lttng-probe-lttng module was removed as part of lttng-modules
commit 662ed1665428b38ee00d4be5751581108bf35390

Fixes #553

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/modprobe.c

index 1a5a1b746cf4a67e38c8440035390e662e9dc713..7e06dadb136f1b314683d07d15225e5e4cfbcfbc 100644 (file)
@@ -42,7 +42,6 @@ const struct kern_modules_param kern_modules_list[] = {
        { "lttng-ring-buffer-client-mmap-discard", 1 },
        { "lttng-ring-buffer-client-mmap-overwrite", 1 },
        { "lttng-ring-buffer-metadata-mmap-client", 1 },
-       { "lttng-probe-lttng", 1 },
        { "lttng-types", 0 },
        { "lttng-probe-asoc", 0 },
        { "lttng-probe-block", 0 },
This page took 0.025344 seconds and 4 git commands to generate.