anchao commented on code in PR #15705: URL: https://github.com/apache/nuttx/pull/15705#discussion_r1933724025
########## fs/inode/fs_files.c: ########## @@ -72,9 +72,9 @@ static FAR struct file *files_fget_by_index(FAR struct filelist *list, FAR struct file *filep; irqstate_t flags; - flags = raw_spin_lock_irqsave(&list->fl_lock); + flags = spin_lock_irqsave(&list->fl_lock); Review Comment: here need trace, thank you -- 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