Zeke-OS / zeke

A POSIX-like OS for ARM processors.
Other
88 stars 9 forks source link

fatfs: File size is broken for files created in Zeke #122

Closed OlliV closed 9 years ago

OlliV commented 9 years ago

du seems to show very random file sizes for files that were created by fatfs driver. This cause mcopy from zeke-rootfs.img, eg. when copying core files.

OlliV commented 9 years ago

Call to f_sync() is missing thus buffers are never synced to disk.