]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
rootfs-handoff: implement remount,rw after filesystem verification
authorTulio A M Mendes <[email protected]>
Thu, 11 Jun 2026 04:01:48 +0000 (01:01 -0300)
committerTulio A M Mendes <[email protected]>
Thu, 11 Jun 2026 04:01:48 +0000 (01:01 -0300)
commit6fb32a4c0351620311482bc9f42f6820bc2a00c0
tree447b4e3d5f701d4fb42d9726f11d63657773e194
parent3610f63900614bc0eb0923777463978435802ec2
rootfs-handoff: implement remount,rw after filesystem verification

- Implemented remount,rw after successful filesystem verification
- Uses vfs_mount_full with MS_REMOUNT flag to update mount flags
- Remounts filesystem read-write if it was forced read-only due to verification
- If remount fails, filesystem remains read-only with warning message
- This completes the 'root verification and remount,rw after checks' item from ROOTFS_HANDOFF_PLAN.md

Test Results:
- Smoke test: 131/131 PASS
- Battery test: 157/157 PASS
- Analyzer: PASS
- Zero regressions
src/kernel/init.c