Merge "recovery: switch to fs_mgr_read_fstab_default()"

am: d0c7ae1fa6

Change-Id: I2afb42ed6b87e3e8d8e8289eb99fa6198d1a7daf
This commit is contained in:
Bowgo Tsai
2017-03-31 02:32:48 +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;
}