]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Switch from conditionally dropping Giant in exit1() to asserting it is
authorkris <kris@FreeBSD.org>
Sun, 17 Feb 2008 15:28:28 +0000 (15:28 +0000)
committerkris <kris@FreeBSD.org>
Sun, 17 Feb 2008 15:28:28 +0000 (15:28 +0000)
commit869799580497fabd00e4a119fd0112acb0202561
tree5a50e151167617eda352038f3fc42df4c5b45c51
parent51d69a452f92eab4dee650532faab8205bb8b54d
Switch from conditionally dropping Giant in exit1() to asserting it is
not held, which appears to be always true.
sys/kern/kern_exit.c