From: Mathieu Desnoyers Date: Tue, 30 Apr 2013 03:03:44 +0000 (-0400) Subject: Fix RCU-related hangs: incorrect lttng_ht_destroy use X-Git-Tag: v2.2.0-rc2~25 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=36b588eddce05ef840bd247f6a58316925b9a0a2;hp=36b588eddce05ef840bd247f6a58316925b9a0a2;p=lttng-tools.git Fix RCU-related hangs: incorrect lttng_ht_destroy use lttng_ht_destroy() should *NOT* be called with rcu_read_lock() held. It can cause hangs. Signed-off-by: Mathieu Desnoyers ---