Merge "fs_msg: fix bad tmpfs detection (fix /persist mount errors)"

This commit is contained in:
JP Abgrall 2014-06-30 18:40:07 +00:00 committed by Android (Google) Code Review
commit 03c7c8e944
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ int fs_mgr_mount_all(struct fstab *fstab)
++error_count;
continue;
}
last_ok_mount_point = fstab->recs[j].mount_point;
last_ok_mount_point = fstab->recs[i].mount_point;
}
encryptable = 1;
} else {