]> Zhao Yanbai Git Server - minix.git/commit
vfs: pm_dumpcore: always clean up process
authorBen Gras <ben@minix3.org>
Wed, 19 Sep 2012 14:57:27 +0000 (16:57 +0200)
committerBen Gras <ben@minix3.org>
Wed, 19 Sep 2012 15:13:17 +0000 (17:13 +0200)
commit60014efb3e85bbaf66170d4cf7b9fb7655556920
tree339fb69bd236c0f54154598ded57d56e8590e0c7
parent25817b0854097a6a93e8cf066c83f30d65ed6656
vfs: pm_dumpcore: always clean up process

. whenever this function is called, pm will expect
  the process to be cleaned up
. so don't abort the process entirely on error
. fixes a later 'forking on top of in-use child' vfs panic
servers/vfs/misc.c