Complete re-implementation of mq_close

This commit is contained in:
Gregory Nutt
2014-09-29 15:33:34 -06:00
parent 584d0fe4ad
commit 1f2cc9f4fe
13 changed files with 167 additions and 71 deletions
+2 -1
View File
@@ -234,9 +234,10 @@ mqd_t mq_open(const char *mq_name, int oflags, ...)
goto errout_with_msgq;
}
/* Save the message queue in the inode structure */
/* Bind the message queue and the inode structure */
inode->u.i_mqueue = msgq;
msgq->inode = inode;
}
}