]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Convert panic()s to KASSERT()s. This is an optimisation for
authorglebius <glebius@FreeBSD.org>
Mon, 23 Jan 2012 16:31:46 +0000 (16:31 +0000)
committerglebius <glebius@FreeBSD.org>
Mon, 23 Jan 2012 16:31:46 +0000 (16:31 +0000)
commit18321230d6cae24968b5414a59466336822cc449
tree91ccdb60669a9c1913037b430dbb0457e5926548
parent4fad17c424a2704e42c615adbaefb5e991119dec
Convert panic()s to KASSERT()s. This is an optimisation for
hashdestroy() since in absence of INVARIANTS a compiler
will drop the entire for() cycle.
sys/kern/subr_hash.c