Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145317600
D12349.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
D12349.diff
View Options
Index: head/sys/cam/cam_iosched.c
===================================================================
--- head/sys/cam/cam_iosched.c
+++ head/sys/cam/cam_iosched.c
@@ -750,9 +750,8 @@
{
ios->limiter = none;
- cam_iosched_limiter_init(ios);
ios->in = 0;
- ios->max = 300000;
+ ios->max = ios->current = 300000;
ios->min = 1;
ios->out = 0;
ios->pending = 0;
@@ -761,6 +760,7 @@
ios->ema = 0;
ios->emvar = 0;
ios->softc = isc;
+ cam_iosched_limiter_init(ios);
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 19, 8:20 AM (2 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28874252
Default Alt Text
D12349.diff (493 B)
Attached To
Mode
D12349: cam iosched: Call cam_iosched_limiter_init() after ios->current is set to the default
Attached
Detach File
Event Timeline
Log In to Comment