Remove a diagnostic message that detected PHOLD() vs exit()/process-reaping
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 18 Oct 2003 20:41:08 +0000 (20:41 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 18 Oct 2003 20:41:08 +0000 (20:41 +0000)
commitc7e2e33b839529b10a4b59e85f86672ac1a6d356
tree83e3b6f5261a5b74badc5e7cdec01914e8ef2526
parent4954c633bb60784f5153eed8a8f75f392ff72358
Remove a diagnostic message that detected PHOLD() vs exit()/process-reaping
races.  The races are handled just fine, the message was just to see if they
could even occur (and they can).
sys/kern/kern_exit.c