From c73a47b8acac424c1a73da27782f73640b08251c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Sep 2014 12:19:51 -0600 Subject: [PATCH] Upate ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 04edcb57e1..935df38a3d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8696,4 +8696,6 @@ * fs/mount: Move mount-related files from fs/. to fs/mount/. (2014-9-23). * fs/vfs: Move renaming files in fs/. to fs/vfs/. (Don't all belong there) (2014-9-23). + * fs/semaphore: Create a build structure that will (eventually) support + using the VFS to manage named semaphores (2014-9-23).