This commit is contained in:
2026-08-18 09:20:44 +02:00
commit b826cd721a
522 changed files with 93730 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Pre13 L-C2
The two planned zero-length on-disk tail arrays now use standard flexible array
declarators:
- `erofs_xattr_ibody_header::h_shared_xattrs`
- `erofs_xattr_long_prefix::infix`
The layout probe retains the previous `[0]` declarations and asserts equal
structure size/alignment and member offsets. Host Clang accepts both old and
new declarations with the same warning/error result and identical layouts.
The probe is also retained for the final FreeBSD guest compiler gate.
No KLD build, QEMU, smoke, or feature test was run for this batch.