xiaoxiang781216 commented on code in PR #13519:
URL: https://github.com/apache/nuttx/pull/13519#discussion_r1808494539
##########
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:
change Task to thread
--
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]