mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 09:45:18 +08:00
If CONFIG_FS_LARGEFILE is not defined, the calculation overflows for larger disks, since blkcnt_t is 32 bits. Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>