Skip to content

Commit ad0800b

Browse files
committed
sysctl: Remove (very) old file changelog
These comments are older than 2003 and therefore do not bare any relevance on the current state of the sysctl.c file. Remove them as they confuse more than clarify. Reviewed-by: Luis Chamberlain <[email protected]> Reviewed-by: Kees Cook <[email protected]> Signed-off-by: Joel Granados <[email protected]>
1 parent 5a477e9 commit ad0800b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

kernel/sysctl.c

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* sysctl.c: General linux system control interface
4-
*
5-
* Begun 24 March 1995, Stephen Tweedie
6-
* Added /proc support, Dec 1995
7-
* Added bdflush entry and intvec min/max checking, 2/23/96, Tom Dyas.
8-
* Added hooks for /proc/sys/net (minor, minor patch), 96/4/1, Mike Shaver.
9-
* Added kernel/java-{interpreter,appletviewer}, 96/5/10, Mike Shaver.
10-
* Dynamic registration fixes, Stephen Tweedie.
11-
* Added kswapd-interval, ctrl-alt-del, printk stuff, 1/8/97, Chris Horn.
12-
* Made sysctl support optional via CONFIG_SYSCTL, 1/10/97, Chris
13-
* Horn.
14-
* Added proc_doulongvec_ms_jiffies_minmax, 09/08/99, Carlos H. Bauer.
15-
* Added proc_doulongvec_minmax, 09/08/99, Carlos H. Bauer.
16-
* Changed linked lists to use list.h instead of lists.h, 02/24/00, Bill
17-
* Wendling.
18-
* The list_for_each() macro wasn't appropriate for the sysctl loop.
19-
* Removed it and replaced it with older style, 03/23/00, Bill Wendling
204
*/
215

226
#include <linux/sysctl.h>

0 commit comments

Comments
 (0)