yamt commented on code in PR #13519:
URL: https://github.com/apache/nuttx/pull/13519#discussion_r1811910716
##########
fs/Kconfig:
##########
@@ -129,11 +129,17 @@ config FS_HEAPBUF_SECTION
config FS_REFCOUNT
bool "File reference count"
- default !DEFAULT_SMALL
+ default n
Review Comment:
in nuttx, is pthread the only way to share files between threads?
how about eg. aio?
IMO, FS_REFCOUNT should not be a user-visible option at all.
we should just enable it automatically when a user enabled functionalities
which possibly need it.
--
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]