Workaround for crypto quirk on Nexus 10

This commit is contained in:
Dees_Troy
2012-11-19 17:10:46 +00:00
parent 2effe65437
commit 014c894af2
+1 -1
View File
@@ -499,7 +499,7 @@ int fs_mgr_do_mount(char *fstab_file, char *n_name, char *n_blk_dev, char *tmp_m
wait_for_file(fstab[i].blk_dev, WAIT_TIMEOUT);
}
if (fstab[i].fs_mgr_flags & MF_CHECK) {
if ((fstab[i].fs_mgr_flags & MF_CHECK) && strcmp("ext4", fstab[i].type) != 0) {
check_fs(fstab[i].blk_dev, fstab[i].type);
}