Merge "fs_mgr: skip fs_mgr_overlayfs_required_devices w/o overlayfs in kernel"
am: cbc4116352
Change-Id: Ibec79fbb7e49a3e869f85e2d13c95e870f76d829
This commit is contained in:
commit
c4df6be07e
1 changed files with 2 additions and 0 deletions
|
|
@ -790,6 +790,8 @@ bool fs_mgr_overlayfs_mount_all(const std::vector<const fstab_rec*>& fsrecs) {
|
|||
}
|
||||
|
||||
std::vector<std::string> fs_mgr_overlayfs_required_devices(fstab* fstab) {
|
||||
if (fs_mgr_overlayfs_valid() == OverlayfsValidResult::kNotSupported) return {};
|
||||
|
||||
if (fs_mgr_get_entry_for_mount_point(const_cast<struct fstab*>(fstab), kScratchMountPoint)) {
|
||||
return {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue