littlefs
littlefs copied to clipboard
inline files are 1/4 block or 1/8 block?
In the code it seems like files stop being inline when they are more than 1/8 of block: https://github.com/littlefs-project/littlefs/blob/8e251dd675da00342d45dac78b6f627f119aed03/lfs.c#L4331-L4345 But in the readme it written that the threshold is 14/ block: https://github.com/littlefs-project/littlefs/blob/8e251dd675da00342d45dac78b6f627f119aed03/DESIGN.md?plain=1#L1470-L1472