summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-29 07:15:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-29 07:15:49 -0600
commit1b9f8e500e1605c77c86159a2169892075af012b (patch)
tree75c68bc21d3bc7c6beafdc477f79a41c2e897204
parentbf393cd10e2dd874dd81302a90cdfb6a3b8cb0cc (diff)
downloadpx4-nuttx-1b9f8e500e1605c77c86159a2169892075af012b.tar.gz
px4-nuttx-1b9f8e500e1605c77c86159a2169892075af012b.tar.bz2
px4-nuttx-1b9f8e500e1605c77c86159a2169892075af012b.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 689105366..7d5c484e0 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8705,3 +8705,5 @@
priority inheritance is enabled (2014-9-29).
* fs/Makefile and mqueue/: Add build support for messages queues as part
of the VFS (only build logic, no C files yet) (2014-9-29).
+ * fs/inode/inode.h and fs/driver/driver.h: Move fs/fs.h to fs/inode/inode.h
+ and some to fs/driver/driver.h (2014-9-29).