summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-19 10:01:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-19 10:01:26 -0600
commit9277eac1a8e6fb401e77e0802cb1d38a37f7530c (patch)
tree952c0fa6988492ce18b157a608a5656adb35e792 /nuttx/ChangeLog
parenta056eba87db4299725e9c64a9869735a1400c1be (diff)
downloadnuttx-9277eac1a8e6fb401e77e0802cb1d38a37f7530c.tar.gz
nuttx-9277eac1a8e6fb401e77e0802cb1d38a37f7530c.tar.bz2
nuttx-9277eac1a8e6fb401e77e0802cb1d38a37f7530c.zip
rmdir now may be used to remove empty nodes from the pseudo-filesystem
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 69437b887..b8f92e787 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6609,5 +6609,8 @@
the kconfig-frontends tools (unverified) (2014-2-18).
* fs/fs_opendir.c, fs_readdir.c, et al: Modified so that errors
will not be reported if you attempt to list a empty pseudo-directory
- (2014-2-18).
+ (2014-2-19).
+ * fs/fs_rmdir.c: rmdir can be used to removed empty directories in
+ the pseudo-filesystem such as might be left after umounting a
+ file system (2014-2-19).