On Thu, 1 Oct 2020 at 05:50, Michal Meloun wrote:
>
> Author: mmel
> Date: Thu Oct 1 09:50:08 2020
> New Revision: 366312
> URL: https://svnweb.freebsd.org/changeset/base/366312
>
> Log:
> Fix the inverted condition in mtx_asserts.
> Mutex should be owned in affected functions.
Thanks! The b
Author: mmel
Date: Thu Oct 1 09:50:08 2020
New Revision: 366312
URL: https://svnweb.freebsd.org/changeset/base/366312
Log:
Fix the inverted condition in mtx_asserts.
Mutex should be owned in affected functions.
Reborted by: emaste
MFC after:4 weeks
MFC with: r366161
Modifie