svn commit: r244112 - head/sys/kern
Gleb Smirnoff
glebius at FreeBSD.org
Thu Dec 13 09:05:59 UTC 2012
On Wed, Dec 12, 2012 at 11:16:43PM -0800, Adrian Chadd wrote:
A> I think the fundamental problem here is we have some pretty different
A> ideas of what KASSERT should be, versus what it actually is in various
A> parts of the code.
Yep, under "we" you probably meant you and Alfred. What both of you mean
is something that might be named KWARN() or KWARNING(). You are welcome to
introduce it and put them into kernel code whereever you want.
All current assertions (okay, not all, but vast majority of them) are
assertions, not warnings. Their semantics can't be changed to warnings.
--
Totus tuus, Glebius.
More information about the svn-src-all
mailing list