anchao commented on code in PR #11140:
URL: https://github.com/apache/nuttx/pull/11140#discussion_r1386263799


##########
fs/inode/fs_files.c:
##########
@@ -105,9 +106,16 @@ static int files_extend(FAR struct filelist *list, size_t 
row)
     }
   while (++i < row);
 
+  flags = enter_critical_section();

Review Comment:
   Done, I will remove file locks and use critical sections to protect file 
lists



-- 
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