Gary-Hobson commented on code in PR #11446:
URL: https://github.com/apache/nuttx/pull/11446#discussion_r1436524597
##########
include/nuttx/fs/hostfs.h:
##########
@@ -146,14 +157,14 @@ struct nuttx_dirent_s
struct nuttx_statfs_s
{
- uint32_t f_type; /* Type of filesystem */
- nuttx_size_t f_namelen; /* Maximum length of filenames */
- nuttx_size_t f_bsize; /* Optimal block size for transfers */
- nuttx_off_t f_blocks; /* Total data blocks in the file system of this
size */
- nuttx_off_t f_bfree; /* Free blocks in the file system */
- nuttx_off_t f_bavail; /* Free blocks avail to non-superuser */
- nuttx_off_t f_files; /* Total file nodes in the file system */
- nuttx_off_t f_ffree; /* Free file nodes in the file system */
+ uint32_t f_type; /* Type of filesystem */
+ nuttx_size_t f_namelen; /* Maximum length of filenames */
+ nuttx_size_t f_bsize; /* Optimal block size for transfers */
+ nuttx_blkcnt_t f_blocks; /* Total data blocks in the file system of this
size */
+ nuttx_blkcnt_t f_bfree; /* Free blocks in the file system */
+ nuttx_blkcnt_t f_bavail; /* Free blocks avail to non-superuser */
+ nuttx_blkcnt_t f_files; /* Total file nodes in the file system */
+ nuttx_blkcnt_t f_ffree; /* Free file nodes in the file system */
Review Comment:
done
--
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]