From: Mathieu Desnoyers Date: Tue, 16 Jul 2013 01:17:06 +0000 (-0400) Subject: lttng_ustconsumer_recv_metadata does not need all those locks X-Git-Tag: v2.3.0-rc1~16 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=f82d9449a304561c5914b2c5f9471a640ca99248;hp=f82d9449a304561c5914b2c5f9471a640ca99248;p=lttng-tools.git lttng_ustconsumer_recv_metadata does not need all those locks Since lttng_ustconsumer_recv_metadata() does not push data into the stream anymore, it only needs the metadata cache lock. Reviewed-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers ---