gustavonihei commented on a change in pull request #4332:
URL: https://github.com/apache/incubator-nuttx/pull/4332#discussion_r689527679



##########
File path: fs/driver/fs_blockpartition.c
##########
@@ -43,8 +43,8 @@
 struct part_struct_s
 {
   FAR struct inode *parent;
-  size_t firstsector;
-  size_t nsectors;
+  off_t firstsector;
+  off_t nsectors;

Review comment:
       I see. Thanks for the clarification. It seems using `off_t` is also a 
common type for file length.




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


Reply via email to