diff options
author | Bowgo Tsai <bowgotsai@google.com> | 2017-05-02 18:30:33 +0800 |
---|---|---|
committer | Bowgo Tsai <bowgotsai@google.com> | 2017-05-03 00:38:43 +0800 |
commit | ea5fca4cd06006e99695c8372be0a58302314651 (patch) | |
tree | 5e9de5927d1a584e05f3db2de20a6306d545dfa7 /libunwindstack/tests/MemoryFileTest.cpp | |
parent | d340c1ebbe62246bdee64ae2c7e88f42cb0e8360 (diff) |
init: fix first stage mount failure due to /dev/device-mapper not found
It has been reported that fs_mgr failed to open /dev/device-mapper
during the first stage mount. It's because other uevent (e.g., i2c
charger device) happens to be sent at the same time we're triggering
the device-mapper uevent to be sent. Current implementation returns
COLDBOOT_STOP unconditionally so it will only process the first received
uevent, leaving device-mapper uevent unhandled when the race happens.
Fix this by only returning COLDBOOT_STOP when the received uevent->path
matches that of device mapper.
Bug: 37745254
Test: first stage mount /vendor with vboot 2.0 (avb) on bullhead
Test: first stage mount /vendor with vboot 1.0 on sailfish
Change-Id: I4a77093ec8f90a5ca981a088f34d082d0270533b
Diffstat (limited to 'libunwindstack/tests/MemoryFileTest.cpp')
0 files changed, 0 insertions, 0 deletions