fs/mount: Fix wrong size reported by df -h. Reason is that size in bytes is...
fs/mount: Fix wrong size reported by df -h. Reason is that size in bytes is calculated always on uint32_t types and cards bigger than 4GB will overflow uint32_t type. Solution is to use uint64_t where possible.
parent
9aa1c6c3
Please register or sign in to comment