Skip to content
Commit 1d8fd9e0 authored by Michał Łyszczek's avatar Michał Łyszczek Committed by Gregory Nutt
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment