summaryrefslogtreecommitdiff
path: root/nuttx/fs/nxffs/nxffs.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-29 23:50:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-29 23:50:38 +0000
commit2272d60c0c7045ffdcfdb3d2c37ed8849a129783 (patch)
treeb8543782f9977c3af57467b7aeb0a8478d7704e4 /nuttx/fs/nxffs/nxffs.h
parent8698f6ddcaebf63f5324b3c28d95dcb315a16897 (diff)
downloadpx4-nuttx-2272d60c0c7045ffdcfdb3d2c37ed8849a129783.tar.gz
px4-nuttx-2272d60c0c7045ffdcfdb3d2c37ed8849a129783.tar.bz2
px4-nuttx-2272d60c0c7045ffdcfdb3d2c37ed8849a129783.zip
Some initial NXFFS bugfixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3541 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nxffs/nxffs.h')
-rw-r--r--nuttx/fs/nxffs/nxffs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/fs/nxffs/nxffs.h b/nuttx/fs/nxffs/nxffs.h
index 5b1809ebc..41421c57e 100644
--- a/nuttx/fs/nxffs/nxffs.h
+++ b/nuttx/fs/nxffs/nxffs.h
@@ -157,8 +157,9 @@
*
* INODE_STATE_FILE - The inode is a valid usuable, file
* INODE_STATE_DELETED - The inode has been deleted.
+ * Other values - The inode is bad and has an invalid state.
*
- * Care is taken so that the GOOD to BAD transition only involves burning
+ * Care is taken so that the VALID to DELETED transition only involves burning
* bits from the erased to non-erased state.
*/