From: Ævar Arnfjörð Bjarmason Date: Fri, 10 May 2019 13:37:38 +0000 (+0200) Subject: trace2: fix up a missing "leave" entry point X-Git-Tag: v2.22.0-rc0~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c173542c84cdf5e71b393e91f9d9664a85f995b2?ds=inline;hp=c173542c84cdf5e71b393e91f9d9664a85f995b2 trace2: fix up a missing "leave" entry point Fix a trivial bug that's been here since the shared/do_write_index tracing was added in 42fee7a388 ("trace2:data: add trace2 instrumentation to index read/write", 2019-02-22). We should have enter/leave points, not two enter/enter points. This resulted in an "enter" event without a corresponding "leave" event. Signed-off-by: Ævar Arnfjörð Bjarmason Acked-by: Derrick Stolee Signed-off-by: Junio C Hamano ---