[to-be-updated] sysctl-remove-references-to-ctl_unnumbered-which-has-been-removed.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     sysctl: remove references to CTL_UNNUMBERED which has been removed
has been removed from the -mm tree.  Its filename was
     sysctl-remove-references-to-ctl_unnumbered-which-has-been-removed.patch

This patch was dropped because an updated version will be merged

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: sysctl: remove references to CTL_UNNUMBERED which has been removed
From: Nikanth Karthikesan <knikanth@xxxxxxx>

Signed-off-by: Nikanth Karthikesan <knikanth@xxxxxxx>
Acked-by: Wu Fengguang <fengguang.wu@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 Documentation/sysctl/00-INDEX |    2 --
 kernel/sysctl.c               |   16 ----------------
 2 files changed, 18 deletions(-)

diff -puN Documentation/sysctl/00-INDEX~sysctl-remove-references-to-ctl_unnumbered-which-has-been-removed Documentation/sysctl/00-INDEX
--- a/Documentation/sysctl/00-INDEX~sysctl-remove-references-to-ctl_unnumbered-which-has-been-removed
+++ a/Documentation/sysctl/00-INDEX
@@ -4,8 +4,6 @@ README
 	- general information about /proc/sys/ sysctl files.
 abi.txt
 	- documentation for /proc/sys/abi/*.
-ctl_unnumbered.txt
-	- explanation of why one should not add new binary sysctl numbers.
 fs.txt
 	- documentation for /proc/sys/fs/*.
 kernel.txt
diff -puN kernel/sysctl.c~sysctl-remove-references-to-ctl_unnumbered-which-has-been-removed kernel/sysctl.c
--- a/kernel/sysctl.c~sysctl-remove-references-to-ctl_unnumbered-which-has-been-removed
+++ a/kernel/sysctl.c
@@ -227,10 +227,6 @@ static struct ctl_table root_table[] = {
 		.mode		= 0555,
 		.child		= dev_table,
 	},
-/*
- * NOTE: do not add new entries to this table unless you have read
- * Documentation/sysctl/ctl_unnumbered.txt
- */
 	{ }
 };
 
@@ -940,10 +936,6 @@ static struct ctl_table kern_table[] = {
 		.proc_handler	= proc_dointvec,
 	},
 #endif
-/*
- * NOTE: do not add new entries to this table unless you have read
- * Documentation/sysctl/ctl_unnumbered.txt
- */
 	{ }
 };
 
@@ -1286,10 +1278,6 @@ static struct ctl_table vm_table[] = {
 	},
 #endif
 
-/*
- * NOTE: do not add new entries to this table unless you have read
- * Documentation/sysctl/ctl_unnumbered.txt
- */
 	{ }
 };
 
@@ -1437,10 +1425,6 @@ static struct ctl_table fs_table[] = {
 		.child		= binfmt_misc_table,
 	},
 #endif
-/*
- * NOTE: do not add new entries to this table unless you have read
- * Documentation/sysctl/ctl_unnumbered.txt
- */
 	{ }
 };
 
_

Patches currently in -mm which might be from knikanth@xxxxxxx are

linux-next.patch
sysctl-remove-references-to-ctl_unnumbered-which-has-been-removed.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux