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


##########
fs/Kconfig:
##########
@@ -129,11 +129,17 @@ config FS_HEAPBUF_SECTION
 
 config FS_REFCOUNT
        bool "File reference count"
-       default !DEFAULT_SMALL
+       default n
        ---help---
                Enable will Records the number of filep references. The file is
                actually closed when the count reaches 0
 
+               Note that this option will ensure the safety of access to the 
file
+               system from multi-tasks (Task A blocking rw(fd), then Task B 
close(fd)),

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

Reply via email to