mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
First round of fixes for re-implemented VFS message queues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user