Merge "recovery: switch to fs_mgr_read_fstab_default()" am: d0c7ae1fa6 am: 0e728806f3 am: 18cc5b330a

am: bdb2be7ad1

Change-Id: I7b1d67bb8ae9f214377a290a7122e2a22f3262e0
This commit is contained in:
Bowgo Tsai
2017-03-31 02:39:46 +00:00
committed by android-build-merger
+2 -2
View File
@@ -44,9 +44,9 @@ void load_volume_table()
int i;
int ret;
fstab = fs_mgr_read_fstab_with_dt("/etc/recovery.fstab");
fstab = fs_mgr_read_fstab_default();
if (!fstab) {
LOG(ERROR) << "failed to read /etc/recovery.fstab";
LOG(ERROR) << "failed to read default fstab";
return;
}