Merge "recovery: switch to fs_mgr_read_fstab_default()"

This commit is contained in:
Treehugger Robot
2017-03-31 02:28:29 +00:00
committed by Gerrit Code Review

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;
}