Re: [PATCH 4/8] util: Initialize virLogMutex statically

2022-01-05 Thread Erik Skultety
On Tue, Jan 04, 2022 at 02:47:08PM +0100, Martin Kletzander wrote: > The only difference is that we are not going to be guaranteed that the mutex > is > normal (as opposed to recursive, although there is no system known to me that > would default to recursive mutexes), but that was done only to fi

[PATCH 4/8] util: Initialize virLogMutex statically

2022-01-04 Thread Martin Kletzander
The only difference is that we are not going to be guaranteed that the mutex is normal (as opposed to recursive, although there is no system known to me that would default to recursive mutexes), but that was done only to find occasional errors (during runtime, back in 2010, commit 336fd879c00b). F