pkarashchenko commented on code in PR #11092: URL: https://github.com/apache/nuttx/pull/11092#discussion_r1375483974
########## mm/iob/iob_remove_queue.c: ########## @@ -66,15 +66,20 @@ FAR struct iob_s *iob_remove_queue(FAR struct iob_queue_s *iobq) iobq->qh_tail = NULL; } + spin_unlock_irqrestore(NULL, flags); Review Comment: Just a suggestion: maybe it is worth of using a dedicated spinlock per memory pool or at least once global mm spinlock? -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org