| Summary: | cam iosched: Call cam_iosched_limiter_init() after ios->current is set to the default | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Fabian Keil <fk> | ||||
| Component: | kern | Assignee: | freebsd-scsi (Nobody) <scsi> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | cem, emaste, imp, pstef | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: imp Date: Wed Sep 20 21:26:01 UTC 2017 New revision: 323832 URL: https://svnweb.freebsd.org/changeset/base/323832 Log: cam iosched: Call cam_iosched_limiter_init() after ios->current is set to the default Previously ios->current was set to 0 until the first cam_iosched_cl_maybe_steer() call. PR: 221954 Obtained from: ElectroBSD Submitted by: Fabian Keil Differential Revision: https://reviews.freebsd.org/D12349 Changes: head/sys/cam/cam_iosched.c MFC plans? FreeBSD 12 has the change, 11 reaches EoL today. |
Created attachment 185946 [details] cam iosched: Call cam_iosched_limiter_init() after ios->current is set to the default The attached patch lets cam_iosched_iop_stats_init() call cam_iosched_limiter_init() after ios->current is set to the default. Previously ios->current was set to 0 until the first cam_iosched_cl_maybe_steer() call. Obtained from: ElectroBSD