Commit 574adde
docs: say what the FatFs sector floor actually guards
The comment claimed a block below the sector size cannot back a coherent
on-disk record layout. Nothing in Core depends on sector alignment or on a
block write being atomic, and the adapter writes through byte-granular
f_write, so what a sub-sector block costs is a read-modify-write per block.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 842c434 commit 574adde
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments