Commit d38d027
authored
fix(axfs): update rsext4 to fix journal playback data inconsistency (arceos-hypervisor#367)
* fix(axfs): update rsext4 to fix journal playback data inconsistency
The previous rsext4 version (dev-251222) had a bug where mount() reads
superblock and group descriptors before journal_replay(), but never
reloads them after replay. This causes in-memory metadata to be stale,
leading to incorrect block allocation and data corruption (TEE htree
authenc_decrypt_final error 0xFFFF3071) after system restart.
Updated rsext4 to main branch which includes the fix.
* fix(axfs): update rsext4 to fix journal playback data inconsistency1 parent 3b312ee commit d38d027
2 files changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments