dosfs: Cluster write optimization

Separate cluster write from sector write for quick file write.

New test fstests/fsdosfswrite01.
This commit is contained in:
Ralf Kirchner
2012-12-05 13:43:34 +01:00
committed by Sebastian Huber
parent a20fbe78ec
commit 42a22f0824
11 changed files with 715 additions and 150 deletions

View File

@@ -77,6 +77,7 @@ AC_CHECK_SIZEOF([blkcnt_t])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
fsdosfswrite01/Makefile
fsdosfsformat01/Makefile
fsfseeko01/Makefile
fsdosfssync01/Makefile