xiaoxiang781216 commented on code in PR #12599:
URL: https://github.com/apache/nuttx/pull/12599#discussion_r1751137870


##########
include/nuttx/fs/fs.h:
##########
@@ -490,7 +490,6 @@ struct file
 
 struct filelist
 {
-  spinlock_t        fl_lock;    /* Manage access to the file list */

Review Comment:
   we will switching back to mutex, it's wrong to use spinlock here.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to