Files
thirdparty-littlefs/lfs.c
Christopher Haster 9acf6a08b1 Stop wear-leveling during migration
Stop proactively relocate blocks during migrations, this can cause a number of
failure states such: clobbering the v1 superblock if we relocate root, and
invalidating directory pointers if we relocate the head of a directory. On top
of this, relocations increase the overall complexity of lfs_migration, which is
already a delicate operation.
2019-11-26 17:47:06 -06:00

143 KiB