]> git.ipfire.org Git - thirdparty/git.git/commit
Revert barrier-based LSan threading race workaround
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Jan 2025 22:13:01 +0000 (14:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Jan 2025 22:13:01 +0000 (14:13 -0800)
commitfc89d14c639faec779956b4e3cd873c07bd4327b
tree8a54aa5e63a6df7842d705613a5b4c6f88a99116
parent7a8d9efc26f194eb20114d1f639ec9fa48d70bff
Revert barrier-based LSan threading race workaround

The extra "barrier" approach was too much code whose sole purpose
was to work around a race that is not even ours (i.e. in LSan's
teardown code).

In preparation for queuing a solution taking a much-less-invasive
approach, let's revert them.
Makefile
builtin/grep.c
builtin/index-pack.c
ci/lib.sh
thread-utils.h