summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-28 17:43:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-28 17:43:34 +0000
commit5dd78cfbf81d2f313c06af10cc82984dc6af28b6 (patch)
tree9aa05a4632a28cea3e0cb29f3bcd413ff536bad7 /nuttx/ChangeLog
parent82fb23b2cc78fade702316d00510efcf9d65954f (diff)
downloadnuttx-5dd78cfbf81d2f313c06af10cc82984dc6af28b6.tar.gz
nuttx-5dd78cfbf81d2f313c06af10cc82984dc6af28b6.tar.bz2
nuttx-5dd78cfbf81d2f313c06af10cc82984dc6af28b6.zip
Fix an error in opendir() when a mountpoint is in the root directory.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3432 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 636b7e246..ec0c827ea 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1623,4 +1623,8 @@
of the nuttx source tree
* apps/namedapp/binfs.c: Create a tiny filesystem that can be used
to show the internal named apps under /bin.
+ * fs/fs_opendir.c: Correct an error that occurs when a file system is
+ mounted in the root directory. This was discovered while mounting
+ the named app's /bin directory.
+