Fix: preemptible and migratable context error handling
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 24 Oct 2016 17:27:01 +0000 (13:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 24 Oct 2016 17:29:47 +0000 (13:29 -0400)
commit26e3ab8f7a866c8621bff19db0875bf863583fd7
tree84a9675eb7c2869f6bb12682fbcd644e3375d7c7
parent114e0e4afeb199e196203143d179707a9965262e
Fix: preemptible and migratable context error handling

When built against preempt-rt and preempt kernels, the "return 0" case
means success, but lttng-modules incorrectly prints an error in the
kernel log.

Given that we handle the -ENOSYS error in lttng_context_init, there is
no need to keep the ifdefs in that function.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-context.c
This page took 0.024987 seconds and 4 git commands to generate.