Messages in this thread |  | | Subject | Re: [PATCH 3/3] sched: update normalized values on user updates via proc v2 | From | Peter Zijlstra <> | Date | Fri, 04 Dec 2009 10:49:12 +0100 |
| |
On Mon, 2009-11-30 at 12:16 +0100, ehrhardt@linux.vnet.ibm.com wrote: > @@ -301,7 +303,9 @@ static struct ctl_table kern_table[] = { > .data = &sysctl_sched_shares_ratelimit, > .maxlen = sizeof(unsigned int), > .mode = 0644, > - .proc_handler = &proc_dointvec, > + .proc_handler = &sched_proc_update_handler, > + .extra1 = &min_sched_shares_ratelimit, > + .extra2 = &max_sched_shares_ratelimit, > },
While I don't object to that change it really should have been a separate patch.
And at the very least the changelog should have said something about it.
Anyway, took all 3 patches.
|  |