Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933689AbXKPOaZ (ORCPT ); Fri, 16 Nov 2007 09:30:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933485AbXKPOZp (ORCPT ); Fri, 16 Nov 2007 09:25:45 -0500 Received: from mtagate5.de.ibm.com ([195.212.29.154]:55615 "EHLO mtagate5.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760533AbXKPOZ3 (ORCPT ); Fri, 16 Nov 2007 09:25:29 -0500 Message-Id: <20071116142526.604069427@de.ibm.com> References: <20071116142441.484714036@de.ibm.com> User-Agent: quilt/0.46-1 Date: Fri, 16 Nov 2007 15:24:45 +0100 From: Martin Schwidefsky To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Cc: Christian Borntraeger , Heiko Carstens , "Eric W. Biederman" , Andrew Morton , Martin Schwidefsky Subject: [patch 04/10] cmm: remove unused binary sysctls. Content-Disposition: inline; filename=004-cmm.diff Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2680 Lines: 79 From: Heiko Carstens Remove binary sysctls that never worked due to missing strategy functions. Cc: Christian Borntraeger Signed-off-by: Heiko Carstens Signed-off-by: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Martin Schwidefsky --- arch/s390/mm/cmm.c | 3 --- include/linux/sysctl.h | 5 ----- kernel/sysctl_check.c | 3 --- 3 files changed, 11 deletions(-) diff -urpN linux-2.6/arch/s390/mm/cmm.c linux-2.6-patched/arch/s390/mm/cmm.c --- linux-2.6/arch/s390/mm/cmm.c 2007-11-16 14:27:30.000000000 +0100 +++ linux-2.6-patched/arch/s390/mm/cmm.c 2007-11-16 14:27:41.000000000 +0100 @@ -341,19 +341,16 @@ cmm_timeout_handler(ctl_table *ctl, int static struct ctl_table cmm_table[] = { { - .ctl_name = VM_CMM_PAGES, .procname = "cmm_pages", .mode = 0644, .proc_handler = &cmm_pages_handler, }, { - .ctl_name = VM_CMM_TIMED_PAGES, .procname = "cmm_timed_pages", .mode = 0644, .proc_handler = &cmm_pages_handler, }, { - .ctl_name = VM_CMM_TIMEOUT, .procname = "cmm_timeout", .mode = 0644, .proc_handler = &cmm_timeout_handler, diff -urpN linux-2.6/include/linux/sysctl.h linux-2.6-patched/include/linux/sysctl.h --- linux-2.6/include/linux/sysctl.h 2007-11-16 14:27:34.000000000 +0100 +++ linux-2.6-patched/include/linux/sysctl.h 2007-11-16 14:27:41.000000000 +0100 @@ -207,11 +207,6 @@ enum VM_PANIC_ON_OOM=33, /* panic at out-of-memory */ VM_VDSO_ENABLED=34, /* map VDSO into new processes? */ VM_MIN_SLAB=35, /* Percent pages ignored by zone reclaim */ - - /* s390 vm cmm sysctls */ - VM_CMM_PAGES=1111, - VM_CMM_TIMED_PAGES=1112, - VM_CMM_TIMEOUT=1113, }; diff -urpN linux-2.6/kernel/sysctl_check.c linux-2.6-patched/kernel/sysctl_check.c --- linux-2.6/kernel/sysctl_check.c 2007-11-16 14:27:35.000000000 +0100 +++ linux-2.6-patched/kernel/sysctl_check.c 2007-11-16 14:27:41.000000000 +0100 @@ -140,9 +140,6 @@ static struct trans_ctl_table trans_vm_t { VM_PANIC_ON_OOM, "panic_on_oom" }, { VM_VDSO_ENABLED, "vdso_enabled" }, { VM_MIN_SLAB, "min_slab_ratio" }, - { VM_CMM_PAGES, "cmm_pages" }, - { VM_CMM_TIMED_PAGES, "cmm_timed_pages" }, - { VM_CMM_TIMEOUT, "cmm_timeout" }, {} }; -- blue skies, Martin. "Reality continues to ruin my life." - Calvin. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/