summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-22 16:31:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-10-22 16:31:17 +0000
commit897fe13f8c9bcca1e38fdb15e8b4bca086b45550 (patch)
treef44bfd78e9adc88b575baac443618236f453ca7d /cpukit/libfs/ChangeLog
parent2003-10-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-897fe13f8c9bcca1e38fdb15e8b4bca086b45550.tar.bz2
2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 440/filesystem * src/dosfs/fat_fat_operations.c: Improve write speed with FAT12 and FAT16 filesystems. Previously merged on 4.6 branch.
Diffstat (limited to '')
-rw-r--r--cpukit/libfs/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 753ea1ad76..07923ec407 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,5 +1,11 @@
2003-10-22 Joel Sherrill <joel@OARcorp.com>
+ PR 440/filesystem
+ * src/dosfs/fat_fat_operations.c: Improve write speed with FAT12 and
+ FAT16 filesystems. Previously merged on 4.6 branch.
+
+2003-10-22 Joel Sherrill <joel@OARcorp.com>
+
* ChangeLog: Correct line length.
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>