I am fine with any optimization to this path you like, so long as
locks are neutered in panic and don't cause secondary panics.
On Tue, Apr 24, 2018 at 4:22 PM, Mateusz Guzik wrote:
> On Tue, Apr 24, 2018 at 8:41 PM, Conrad Meyer wrote:
>>
>> Author: cem
>> Date: Tue Apr 24 18:41:14 2018
>> New
On Tue, Apr 24, 2018 at 8:41 PM, Conrad Meyer wrote:
> Author: cem
> Date: Tue Apr 24 18:41:14 2018
> New Revision: 332957
> URL: https://svnweb.freebsd.org/changeset/base/332957
>
> Log:
> lockmgr: Add missed neutering during panic
>
> r313683 introduced new lockmgr APIs that missed the pani
Author: cem
Date: Tue Apr 24 18:41:14 2018
New Revision: 332957
URL: https://svnweb.freebsd.org/changeset/base/332957
Log:
lockmgr: Add missed neutering during panic
r313683 introduced new lockmgr APIs that missed the panic-time neutering
present in the rest of our locks. Correct that by