Donny9 commented on code in PR #9929: URL: https://github.com/apache/nuttx/pull/9929#discussion_r1278670443
########## include/nuttx/fs/fs.h: ########## @@ -405,6 +405,7 @@ struct inode uint16_t i_flags; /* Flags for inode */ union inode_ops_u u; /* Inode operations */ ino_t i_ino; /* Inode serial number */ + size_t i_size; /* The size of per inode driver */ Review Comment: add CONFIG_PSEUDOFS_FILE for i_size in struct inode -- 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]
