pack-objects: merge read_lock and lock in packing_data struct
authorPatrick Hogg <phogg@novamoon.net>
Fri, 25 Jan 2019 00:22:05 +0000 (19:22 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jan 2019 19:22:12 +0000 (11:22 -0800)
Rename the packing_data lock to obd_lock and upgrade it to a recursive
mutex to make it suitable for current read_lock usages. Additionally
remove the superfluous #ifndef NO_PTHREADS guard around mutex
initialization in prepare_packing_data as the mutex functions
themselves are already protected.

Signed-off-by: Patrick Hogg <phogg@novamoon.net>
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found