GUIDINGLI opened a new pull request #2615:
URL: https://github.com/apache/incubator-nuttx/pull/2615


   ## Summary
   mqueue: simplify the mqueue reailize
       
       1. remove description management in mqueue, save code size
       2. use i_ops instead of i_mqueue to remove the dup logic
       3. add file_mq_xx for kernel use
       4. Obey open nx_open file_open rules
   
   ## Impact
   
   All places where use mq,
   The developer should be know:
   
   user space:    mq_xx   (mq_open returned is FD, not a structure)
   kernel space: file_mq_xx
   
   ## Testing
   
   Testing pass on sim.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to