From: David Goulet Date: Mon, 3 Oct 2011 19:23:16 +0000 (-0400) Subject: Fix session list deadlock X-Git-Tag: v2.0-pre15~199 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=271933a4d7438f73f1487842bb18b2442ceaec48;hp=271933a4d7438f73f1487842bb18b2442ceaec48 Fix session list deadlock On session destroy, the session list lock is acquired but this call could be made inside a section where this lock is already acquired. The call has been changed to using the session pointer and not the name thus removing a useless list walk. Signed-off-by: David Goulet ---