Re: [lttng-dev] [PATCH lttng-modules] Fix: section mismatch warning caused by __exit annotation

2017-03-07 Thread Mathieu Desnoyers
merged into master and stable-2.9, thanks! Mathieu - On Mar 7, 2017, at 9:12 AM, Francis Deslauriers francis.deslauri...@efficios.com wrote: > lttng_logger_exit is used in a non-exit function so it can not be > annotated with `__exit` > > Signed-off-by: Francis Deslauriers

[lttng-dev] [PATCH lttng-modules] Fix: section mismatch warning caused by __exit annotation

2017-03-07 Thread Francis Deslauriers
lttng_logger_exit is used in a non-exit function so it can not be annotated with `__exit` Signed-off-by: Francis Deslauriers --- probes/lttng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probes/lttng.c b/probes/lttng.c index