From: Mathieu Desnoyers Date: Wed, 22 Aug 2012 20:30:20 +0000 (-0400) Subject: Fix: ensure userspace accesses are done with _inatomic X-Git-Tag: v2.1.0-rc1~11 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=7b8ea3a503536c9d00f8bb14958a150cbf7370c0;hp=7b8ea3a503536c9d00f8bb14958a150cbf7370c0;p=lttng-modules.git Fix: ensure userspace accesses are done with _inatomic Otherwise, triggers scheduling while atomic (might_sleep()) warnings, since we call those from a tracepoint probe (with preemption disabled). Signed-off-by: Mathieu Desnoyers ---