mirror of
https://github.com/containerd/containerd.git
synced 2026-07-08 15:50:05 +00:00
During removal of the container a stat value might be reported as zero; in this case the caluclation could end up with an extremely large number. If the cumulative stat decreases report zero. Signed-off-by: James Sturtevant <jstur@microsoft.com>