Files
nuttx/fs/littlefs
Julian Oes 2a5de4ebc6 littlefs: fix statfs underflow during active writes
lfs_fs_size() can return more blocks than block_count during active
writes due to copy-on-write blocks. This caused f_bavail to underflow
to a large positive number. Add clamping to prevent this.

Signed-off-by: Julian Oes <julian@oes.ch>
2025-12-29 14:23:04 +08:00
..
2025-02-11 23:22:07 +08:00
2024-12-13 18:22:30 +08:00
2024-11-06 01:58:54 +08:00