forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated findscan into fetch as a built in side effect
Now that littlefs's fetchwith operations have stabilized a bit, there's actually only a single fetchwith operation, the findscan function. Given that there's no need for the internal functions to be a forward compatible API, we can integrate the findscan behaviour directly into fetchwith and avoid the (annoyingly) costly generalization overhead. As an added benefit, we can easily add additional tag modifications during fetch, such as the synthetic moves needed to resolve in-flight move operations without disk modifications.
- Loading branch information
Showing
1 changed file
with
74 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters