Fix: add missing rcu lock for UST lookup
authorDavid Goulet <dgoulet@efficios.com>
Tue, 22 Jan 2013 17:13:13 +0000 (12:13 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 22 Jan 2013 17:42:33 +0000 (12:42 -0500)
commit2223c96f0eecce28fe221eb19de4333156492337
treeb1a071afebeee9c526162b9530110595bd9cc41d
parentfdd9eb17f6b6928771744bb40bb2283ce3340033
Fix: add missing rcu lock for UST lookup

Trace UST channel and event were not protected by RCU lock when calling
their find function. Furthermore, the event lookup was not protected at
all during and after the lookup.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/context.c
src/bin/lttng-sessiond/trace-ust.c
This page took 0.026937 seconds and 5 git commands to generate.