From: Jérémie Galarneau Date: Wed, 18 Sep 2019 16:30:22 +0000 (-0400) Subject: trace-chunk: clean-up: misleading label name X-Git-Tag: v2.12.0-rc1~372 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=6def6cd7c0d7fc16c679898ccf170d8a45d68ab4;hp=6def6cd7c0d7fc16c679898ccf170d8a45d68ab4;p=lttng-tools.git trace-chunk: clean-up: misleading label name The 'end_unlock' label in lttng_trace_chunk_set_close_command() no longer needs to unlock the chunk (and doesn't do it). Rename it to 'end' to alleviate any confusion in the future. Signed-off-by: Jérémie Galarneau ---