Merge "recovery: switch to fs_mgr_read_fstab_default()" am: d0c7ae1fa6
am: 0e728806f3
Change-Id: I5d8072efbefa8e3dea693b8e4367fcb7063c523b
This commit is contained in:
@@ -44,9 +44,9 @@ void load_volume_table()
|
|||||||
int i;
|
int i;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
fstab = fs_mgr_read_fstab_with_dt("/etc/recovery.fstab");
|
fstab = fs_mgr_read_fstab_default();
|
||||||
if (!fstab) {
|
if (!fstab) {
|
||||||
LOG(ERROR) << "failed to read /etc/recovery.fstab";
|
LOG(ERROR) << "failed to read default fstab";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user