[lttng-dev] [PATCH lttng-tools] Fix: Remove reference to lttng-probe-lttng kernel module

David Goulet dgoulet at efficios.com
Tue Jun 18 11:02:50 EDT 2013


Merged!

Jérémie Galarneau:
> 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 at efficios.com>
> ---
>  src/bin/lttng-sessiond/modprobe.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/src/bin/lttng-sessiond/modprobe.c b/src/bin/lttng-sessiond/modprobe.c
> index 1a5a1b7..7e06dad 100644
> --- a/src/bin/lttng-sessiond/modprobe.c
> +++ b/src/bin/lttng-sessiond/modprobe.c
> @@ -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 },



More information about the lttng-dev mailing list