Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03c7c8e9 authored by JP Abgrall's avatar JP Abgrall Committed by Android (Google) Code Review
Browse files

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

parents 0f41d453 7553d572
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {