summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-03 19:11:11 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-03 19:11:11 +0000
commita47fb3bd2fd48cd18b84c5020e0f90c58433bd43 (patch)
treeda55e9fab23eebbf67c222daf2efe23f93daf1ec /nuttx/ChangeLog
parent83be13bb8d9a206ebbd4d8282ec54f74a7340abc (diff)
Add capability to traverse inodes in the NuttX psuedo-filesystem
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5004 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5ebfded105..9d2f5ea6b0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3118,4 +3118,6 @@
* arch/arm/src/stm32/stm32*_rcc.c and .h: If CONFIG_PM is defined, add a
function called stm32_clockenable() that can be used by PM logic to re-start
the PLL after re-awakening from deep sleep modes.
+ * fs/fs_foreachinode.c and fs/fs_foreachmountpoint.c: All logic to traverse
+ inodes and mountpoints in the NuttX psuedo-file system.