mirror of
https://github.com/prometheus/prometheus.git
synced 2026-03-07 22:51:37 +01: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>