hujun260 commented on code in PR #14578: URL: https://github.com/apache/nuttx/pull/14578#discussion_r1921801015
########## include/nuttx/spinlock.h: ########## @@ -680,6 +703,8 @@ void spin_unlock_irqrestore(FAR volatile spinlock_t *lock, static inline_function void read_lock(FAR volatile rwlock_t *lock) { + sched_lock_wo_note(); Review Comment: done -- 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