Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarified what is accessible at specific superblock offsets in SPEC.md
It used to be the case that the entire superblock entry could be found at specific offsets, but this was only possible while the superblock entry was immutable. Now that the superblock entry is very mutable (block-count changes, lfs2.0 -> lfs2.1 version bumps, etc), the correct superblock entry may end up later in the metadata log. At the very least, the "littlefs" magic string is still immutable and at the specific offset offset=8. This is arguably the most useful fixed-offset item.
- Loading branch information