summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-31 20:23:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-31 20:23:17 +0000
commitaca0035de6e6039f03b4954cdb6187267e1917d9 (patch)
tree05b374750789b462c791e30da39c5912adbc78f2 /nuttx/ChangeLog
parent1670d2d218ad2dbcf33c53dbce818b8514836f65 (diff)
downloadnuttx-aca0035de6e6039f03b4954cdb6187267e1917d9.tar.gz
nuttx-aca0035de6e6039f03b4954cdb6187267e1917d9.tar.bz2
nuttx-aca0035de6e6039f03b4954cdb6187267e1917d9.zip
Fix another NXFFS write-when-flash-is-full problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4075 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8226a61ba..6c9af7dcb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2185,4 +2185,7 @@
and results in a crash and file system corruption.
* fs/nxffs/nxffs_initialize.c: Fix an initialize error. If the FLASH
is on power-up, NXFFS will fail to initialize correctly.
+ * fs/nxffs/nxffs_write.c and nxffs_pack.c: Fix an error that can occur
+ when attempt to write to FLASH volume that is completely full but
+ has no value inodes on it.