Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-09-29 16:16:07 -06:00
parent 5462ede661
commit d7cfc7c736

View File

@ -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).