Messages in this thread |  | | | Subject | Re: IO scheduler based IO controller V10 | | From | Mike Galbraith <> | | Date | Wed, 30 Sep 2009 22:05:39 +0200 |
| |
> /* > + * We may have seeky queues, don't throttle up just yet. > + */ > + if (time_before(jiffies, cfqd->last_seeker + CIC_SEEK_THR)) > + return 0; > +
bzzzt. Window too large, but the though is to let them overload, but not instantly.
-Mike
|  |