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 a...@bestmx.ru  
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'll look at  
fixing it (or poking sephe about it).


Sascha


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'll look
at fixing it (or poking sephe about it).
Thank you. Will you commit these changes in the 3.0? I do not use master 
branch on the servers.


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 a...@bestmx.ru  
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 msg).

However, there's another issue in iwn(4) without INVARIANTS. I'll look
at fixing it (or poking sephe about it).
Thank you. Will you commit these changes in the 3.0? I do not use master  
branch on the servers.


Yeah, thanks for reminding.