pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2085163075


##########
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:
   I thought it needs to be in struct file to track where the open() calls come 
from, but I might have not understood this feature.
   
   Can you explain why, what is this backtrace for and how it's supposed to 
work ?



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