Add a missing PRELE() when the mfs_mount kernel process exits. Because
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 Dec 2003 04:38:26 +0000 (04:38 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 Dec 2003 04:38:26 +0000 (04:38 +0000)
commit28b802e1d13a825211ec2d15f57d4cad8b423b82
treeeb3378a9d4c6c82dfbeb04dc4c5cab7391515349
parent650877442fa21cc3180e0dfbb4711126ed55381a
Add a missing PRELE() when the mfs_mount kernel process exits.  Because
DragonFly does not teardown zombie processes while p_lock is non-zero this
prevented such processes from being reaped and deadlocked the init process.
sys/vfs/mfs/mfs_vfsops.c