First round of fixes for re-implemented VFS message queues

This commit is contained in:
Gregory Nutt
2014-09-29 16:03:56 -06:00
parent 419b074b15
commit e340d89990
4 changed files with 10 additions and 8 deletions
+1
View File
@@ -231,6 +231,7 @@ mqd_t mq_open(const char *mq_name, int oflags, ...)
/* Bind the message queue and the inode structure */
INODE_SET_MQUEUE(inode);
inode->u.i_mqueue = msgq;
msgq->inode = inode;
}