Re: [PATCH 3/3] sched: update normalized values on user updatesvia proc v2

From: Peter Zijlstra
Date: Fri Dec 04 2009 - 04:49:40 EST


On Mon, 2009-11-30 at 12:16 +0100, ehrhardt@xxxxxxxxxxxxxxxxxx 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.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/