diff --git a/ChangeLog b/ChangeLog index d46bec3b66..2278cac113 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8715,3 +8715,8 @@ vfork() via system call, then we need to clone some system call information so that the return form the cloned system call works correctly (2014-9-29). + * fs/mqueue: Move mq_open(), mq_close(), and mq_unlink() logic from + sched/mqueue to fs/mqueue. Convert the logic so that it uses the VFS to + managed the message queue namespace (instead of custom logic). By + default, now message queues can be seen in /var/mqueue (2014-9-29). +