acassis commented on code in PR #16609:
URL: https://github.com/apache/nuttx/pull/16609#discussion_r2164427901


##########
fs/inode/fs_files.c:
##########
@@ -800,6 +800,10 @@ int fdlist_copy(FAR struct fdlist *plist, FAR struct 
fdlist *clist,
                   file_put(filep);
                   continue;
                 }
+

Review Comment:
   @Donny9 could you please include a comment here? I think fdcheck_restore() 
will called if spawn_file_is_duplicateable() succeed, right?
   
   BTW, it is a pleasure when the Kconfig help enlighten us:
   
   ```
   config FDCHECK
           bool "Enable fdcheck"
           default n
           depends on LIBC_OPEN_MAX <= 256
           ---help---
                   Enable the fdcheck support
   ```
   
   😂



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