xiaoxiang781216 commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2085167937
########## include/nuttx/fs/fs.h: ########## @@ -474,10 +483,6 @@ struct file uint8_t f_tag_fdcheck; /* File owner fdcheck tag, init to 0 */ #endif -#if CONFIG_FS_BACKTRACE > 0 - FAR void *f_backtrace[CONFIG_FS_BACKTRACE]; /* Backtrace to while file opens */ Review Comment: fd can come from open/dup/dup2/dup3, if we want to differentiate the late three cases, f_backtrace need put into fd, otherwise in file. -- 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