From 9d28249778c7ecdde1dcc5c0ce2f800391505eab Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Sep 2014 10:54:17 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index a410d3032d6..55cdfea2566 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8690,4 +8690,5 @@ * include/nuttx/semaphore.h and fs/fs.h: Add data structures that will allow us to move name semaphore support out of the OS and into the VFS (not complete) (2014-9-28). + * fs/inode: Move inode and VFS utils from fs/. to fs/inode/. (2014-9-28).