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:44 +0000 (13:29 -0400)
commit7fde27108307b64327825bd9dc627f6e59b81180
tree74210ad0bfab8047ef34deb037874b82ec24c935
parenta5de5832931b85e6ccb921a8956eba75ce1e51a6
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.024674 seconds and 4 git commands to generate.