xiaoxiang781216 commented on code in PR #19900: URL: https://github.com/apache/nuttx/pull/19900#discussion_r3838872669
########## fs/inode/fs_inodesearch.c: ########## @@ -221,6 +341,11 @@ static int _inode_search(FAR struct inode_search_s *desc) FAR struct inode *left = NULL; FAR struct inode *above = NULL; FAR const char *relpath = NULL; +#ifdef CONFIG_FS_CHROOT + FAR struct inode *search_root = g_root_inode; Review Comment: yes. -- 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]
