mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
When linting for freebsd, Stat_t Bsize is always uint64, thus the following warning: > libpod/info.go:234:21: unnecessary conversion (unconvert) > allocated := uint64(grStats.Bsize) * grStats.Blocks > ^ Use an intermediate variable to save on linter annotations. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
8.9 KiB
8.9 KiB