Re: Can't compile kernel without INVARIANTS

2012-04-05 Thread Sascha Wildner
On Thu, 05 Apr 2012 20:07:51 +0200, Andrey N. Oktyabrski wrote: On 05.04.12 21:14, Sascha Wildner wrote: /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit

Re: Can't compile kernel without INVARIANTS

2012-04-05 Thread Andrey N. Oktyabrski
On 05.04.12 21:14, Sascha Wildner wrote: /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue in iwn(4) without INVARIANTS. I

Re: Can't compile kernel without INVARIANTS

2012-04-05 Thread Sascha Wildner
On Thu, 05 Apr 2012 12:37:46 +0200, Andrey N. Oktyabrski wrote: /usr/src/sys/vfs/ufs/ffs_softdep.c:250: error: 'lock_held' defined but not used *** Error code 1 I've fixed that one, thanks for reporting (sorry, I forgot to give credit in the commit msg). However, there's another issue

Can't compile kernel without INVARIANTS

2012-04-05 Thread Andrey N. Oktyabrski
DragonFly 3.0-RELEASE v3.0.1.21.g11c31-RELEASE x86_64 04:20 ano@df:/usr/src:$ diff -uw sys/config/X86_64_GENERIC sys/config/DF --- sys/config/X86_64_GENERIC 2012-03-07 10:09:19.0 +0400 +++ sys/config/DF 2012-03-18 00:02:29.0 +0400 @@ -8,7 +8,7 @@ machinex8