On Wed, Jan 7, 2015 at 1:26 AM, Helg wrote:
> Anyone?
Took me a couple tries, but it's in.
> While troubleshooting a deadlock problem I compiled the kernel with
> option VFSLCKDEBUG and found that the if statement in the assert macro
> is missing braces. The includes seem to have changed since 5.6 as well
> as it was missing the declaration for the panic function.
>
>
> Index: kern/vf
While troubleshooting a deadlock problem I compiled the kernel with
option VFSLCKDEBUG and found that the if statement in the assert macro
is missing braces. The includes seem to have changed since 5.6 as well
as it was missing the declaration for the panic function.
Index: kern/vfs_vops.c
==