incubator-nuttx/fs/littlefs
Xiang Xiao b0a0ba3ad7 fs: Move mmap callback before truncate in [file|mountpt]_operations
since mmap may exist in block_operations, but truncate may not,
moving mmap beforee truncate could make three struct more compatible

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-04 17:43:59 +02:00
..
.gitignore
Kconfig littlefs: add a few Kconfig options 2022-12-01 23:34:31 +08:00
Make.defs littlefs: add a few Kconfig options 2022-12-01 23:34:31 +08:00
lfs_vfs.c fs: Move mmap callback before truncate in [file|mountpt]_operations 2023-01-04 17:43:59 +02:00
lfs_vfs.h Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00