ajuckler commented on code in PR #17264: URL: https://github.com/apache/nuttx/pull/17264#discussion_r2513667746
########## include/nuttx/fs/fs.h: ########## @@ -407,7 +407,7 @@ struct inode uint16_t i_flags; /* Flags for inode */ union inode_ops_u u; /* Inode operations */ ino_t i_ino; /* Inode serial number */ -#if defined(CONFIG_PSEUDOFS_FILE) || defined(CONFIG_FS_SHMFS) +#ifdef CONFIG_FS_INODE_SIZE Review Comment: Thank you, I've dropped the define -- 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]
