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.
Loading
Please register or sign in to comment