walnux/fs/smartfs
SPRESENSE 2fa3b72b3c fs/smartfs: Fix a fatal bug about sector writing after seek
When writing to the next sector after the forward position has been written
by seek, the old sector buffer is used, which may corrupt the file system.
Therefore, the sector buffer must always be updated after a writing by seek.

Signed-off-by: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com>
2025-06-13 20:42:36 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Kconfig fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
smartfs.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
smartfs_procfs.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
smartfs_smart.c fs/smartfs: Fix a fatal bug about sector writing after seek 2025-06-13 20:42:36 +08:00
smartfs_utils.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00