commit | 990483d409a35c02748aea03205f6d900b6d0aeb | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Apr 17 12:55:50 2019 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed Apr 17 12:55:50 2019 -0700 |
tree | 661cd161c72902c658688f071f9f1cab9f166011 | |
parent | 371180bb7279747f9cd3edb36e22247d36c76ae5 [diff] |
init: do not fork before doing (u)mount_all() A fork() was historically added in case of fs_mgr crashing or leaking memory, but this should not be the case with fs_mgr, and a fork() only hides any such problem, instead of allowing us to address it directly. Test: boot Change-Id: If7ee4807757048258a6ea9a79a24cebbacc530cc