Merge "fs_msg: fix bad tmpfs detection (fix /persist mount errors)"
This commit is contained in:
commit
03c7c8e944
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue