Zhangshoukui commented on code in PR #13217:
URL: https://github.com/apache/nuttx/pull/13217#discussion_r1735472149


##########
include/nuttx/fs/fs.h:
##########
@@ -466,6 +466,7 @@ typedef struct cookie_io_functions_t
 struct file
 {
   int               f_oflags;   /* Open mode flags */
+  int               f_refs;     /* Reference count */

Review Comment:
   Will this add a lot of code size?It's not good to add too many restriction 
macros to code



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