diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index e937f530b90e..3609b64c2511 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -4933,8 +4933,7 @@ print_one_oss(nvlist_t *oldnv, nvlist_t *newnv, const char *type, /* Don't scale the active column values */ if (strcmp(stat, "active") == 0) - print_one_stat((uint64_t)(newval - oldval), format, - width, scripted); + print_one_stat(newval, format, width, scripted); else print_one_stat_fractional((newval - oldval) * scale, format, width, scripted);