mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 01:42:49 +08:00
2fa3b72b3c
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>