summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-14 18:24:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-14 18:24:21 -0600
commit9fd46463c8c28c90abc0b29e7c5835841046795d (patch)
tree5a272eea37c053b56992f27c7d31019b14de55f7 /nuttx/ChangeLog
parent687245d6898eac03302b3f023090cb54c9e284c9 (diff)
downloadnuttx-9fd46463c8c28c90abc0b29e7c5835841046795d.tar.gz
nuttx-9fd46463c8c28c90abc0b29e7c5835841046795d.tar.bz2
nuttx-9fd46463c8c28c90abc0b29e7c5835841046795d.zip
FAT: Fix some root directory logic that was conditionally done only for FAT32. Apparently this needs to be done for all FAT types. From Tridge via Lorenz Meier
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 13d4bb777..061def0d3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6442,3 +6442,8 @@
* net/net_close.c: If CONFIG_NET_TCP_WRITE_BUFFERS is selected,
then it is necessary to free the write buffere callback structure
when the socket is closed (2014-1-14).
+ * fs/fat/fs_fat32.c: Fix some root directory logic that was
+ conditionally done only for FAT 32. Apparently this needs to
+ done for all FAT types. From Tridge via Lorenz Meier
+ (2014-1-14).
+