Close a possible bug where the p_lock for a new process inherits a
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 19 Dec 2008 04:20:15 +0000 (20:20 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 19 Dec 2008 04:20:15 +0000 (20:20 -0800)
commit2e425d87dc98885c44799de0327ab0013a7c34d6
tree085ec79623903e1eac01ba602295fc31d8559dd6
parent34448265340301e8d674f8f6080f495754b89f28
Close a possible bug where the p_lock for a new process inherits a
non-zero value from its parent on fork(), preventing the process
from being able to exit later on.
sys/kern/kern_fork.c