Files
thirdparty-littlefs/lfs.c
Christopher Haster 11664160a8 Fixed relocation bug when a file is closed with lingering caches
This bug required larger cache sizes to notice, since block errors
usually get detected in the early stages of writing to files.

Since the fix here requires both lfs_file_write and lfs_file_flush
relocate file blocks, the relocation logic was moved out into a
seperate function.
2017-06-28 21:44:56 -05:00

55 KiB