Re: [lttng-dev] [PATCH lttng-tools] Fix: add missing refcount of loaded modules

2016-11-21 Thread Jérémie Galarneau
Good catch! Merged in master, stable-2.9 and stable-2.8. Thanks! Jérémie On 21 November 2016 at 12:36, Francis Deslauriers wrote: > Signed-off-by: Francis Deslauriers > --- > src/bin/lttng-sessiond/modprobe.c | 2 +- > 1

[lttng-dev] [PATCH lttng-tools] Fix: add missing refcount of loaded modules

2016-11-21 Thread Francis Deslauriers
Signed-off-by: Francis Deslauriers --- src/bin/lttng-sessiond/modprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/modprobe.c b/src/bin/lttng-sessiond/modprobe.c index 0502740..03545ef 100644 ---