Revert "cam/iosched: Initialize max_lat"

This reverts commit ce89c8f47a.

There's other parts to this, and GENERIC doesn't include iosched so
I missed that. Back out while I gather them together.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh
2025-10-07 17:57:21 -06:00
parent d4033e6d37
commit 86becbd8c1
-1
View File
@@ -864,7 +864,6 @@ cam_iosched_iop_stats_init(struct cam_iosched_softc *isc, struct iop_stats *ios)
ios->ema = 0;
ios->emvar = 0;
ios->bad_latency = SBT_1S / 2; /* Default to 500ms */
ios->max_lat = 0;
ios->softc = isc;
cam_iosched_limiter_init(ios);
}