mirror of
https://github.com/prometheus/prometheus
synced 2026-04-20 22:41:05 +08:00
On some GOOS (e.g. dragonfly), statfs.Blocks is int64, which can cause a type mismatch when multiplied with Bsize. Cast both operands to uint64 explicitly. Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>