7eb698ea4ab08ffe5f6cf9338e85eaee0f4de4c1
For VFS, initialization is a special case for processing work: PFS and the ramdisk MFS must be fully mounted before VFS can process any other requests, in particular from init(8). This case was handled by receiving reply messages only from the FS service being mounted, but this effectively disallowed PFS from calling setuid(2) at startup. This patch lets VFS receive all messages during the mounting process, but defer processing any new requests. As a result, the FS services have a bit more freedom in what they can do during startup. Change-Id: I18275f458952a8d790736a9c9559b27bbef97b7b
Description
No description provided