aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2025-10-07 23:57:21 +0000
committerWarner Losh <imp@FreeBSD.org>2025-10-07 23:58:12 +0000
commit86becbd8c1ce4393f4e35a9fa6b0e8308f500396 (patch)
treea0d42237a7ec65606e5ca22ebaab0203003267a1
parentd4033e6d37747f5213bb245c8e605406703a8766 (diff)
Revert "cam/iosched: Initialize max_lat"
This reverts commit ce89c8f47a91f76b2fdeb1fdb504fd637ce93047. 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
-rw-r--r--sys/cam/cam_iosched.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/cam_iosched.c b/sys/cam/cam_iosched.c
index d50522d331fa..a7b7eb3cc4e9 100644
--- a/sys/cam/cam_iosched.c
+++ b/sys/cam/cam_iosched.c
@@ -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);
}