Loading fs_mgr/fs_mgr.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1047,7 +1047,7 @@ int fs_mgr_mount_all(fstab* fstab, int mount_mode) { /* Skip mounting the root partition, as it will already have been mounted */ if (!strcmp(fstab->recs[i].mount_point, "/") || !strcmp(fstab->recs[i].mount_point, "/system")) { if ((fstab->recs[i].fs_mgr_flags & MS_RDONLY) != 0) { if ((fstab->recs[i].flags & MS_RDONLY) != 0) { fs_mgr_set_blk_ro(fstab->recs[i].blk_device); } continue; Loading Loading
fs_mgr/fs_mgr.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1047,7 +1047,7 @@ int fs_mgr_mount_all(fstab* fstab, int mount_mode) { /* Skip mounting the root partition, as it will already have been mounted */ if (!strcmp(fstab->recs[i].mount_point, "/") || !strcmp(fstab->recs[i].mount_point, "/system")) { if ((fstab->recs[i].fs_mgr_flags & MS_RDONLY) != 0) { if ((fstab->recs[i].flags & MS_RDONLY) != 0) { fs_mgr_set_blk_ro(fstab->recs[i].blk_device); } continue; Loading