Subject: Re: Adding to KNF.
To: None <itojun@iijlab.net>
From: Bill Studenmund <wrstuden@netbsd.org>
List: tech-kern
Date: 06/15/2002 16:43:28
On Sun, 16 Jun 2002 itojun@iijlab.net wrote:
> have you checked splassert() in openbsd? i like it better than
> mandating comments, as we can check violation at runtime (if enabled,
> of course).
That would probably work well for spl checking, but especially as we get
more & more into a finely-threaded kernel, we'll be worrying about locks
much more.
Also, I like comments as I'd like to know what's going on. :-)
Take care,
Bill