The patch titled sysctl-remove-insert_at_head-from-register_sysctl fix has been added to the -mm tree. Its filename is sysctl-remove-insert_at_head-from-register_sysctl-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sysctl-remove-insert_at_head-from-register_sysctl fix From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> kernel/sched.c: In function 'init_sched_domain_sysctl': kernel/sched.c:5465: error: too many arguments to function 'register_sysctl_table' Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/sched.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/sched.c~sysctl-remove-insert_at_head-from-register_sysctl-fix kernel/sched.c --- a/kernel/sched.c~sysctl-remove-insert_at_head-from-register_sysctl-fix +++ a/kernel/sched.c @@ -5462,7 +5462,7 @@ static void init_sched_domain_sysctl(voi entry->mode = 0755; entry->child = sd_alloc_ctl_cpu_table(i); } - sd_sysctl_header = register_sysctl_table(sd_ctl_root, 0); + sd_sysctl_header = register_sysctl_table(sd_ctl_root); } #else static void init_sched_domain_sysctl(void) _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are drivers-scsi-pcmcia-nsp_csh-removal-of-old.patch i386-kwatch-kernel-watchpoints-using-cpu-debug-registers-fix.patch touchkit-ps-2-touchscreen-driver.patch edac-new-opteron-athlon64-memory-controller-driver.patch reiser4-configh.patch sysctl-remove-insert_at_head-from-register_sysctl-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html