Re: [patch] panic on boot when compiling kernel with option VFSLCKDEBUG

2015-01-19 Thread Helg
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:

Re: [patch] panic on boot when compiling kernel with option VFSLCKDEBUG

2015-01-19 Thread Philip Guenther
On Wed, Jan 7, 2015 at 1:26 AM, Helg xx...@msn.com wrote: Anyone? Took me a couple tries, but it's in.

[patch] panic on boot when compiling kernel with option VFSLCKDEBUG

2015-01-16 Thread Helg
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