[PATCH] sysctl: netrom: remove unnecessary insert_at_head flag
authorEric W. Biederman <[email protected]>
Wed, 14 Feb 2007 08:33:26 +0000 (00:33 -0800)
committerLinus Torvalds <[email protected]>
Wed, 14 Feb 2007 16:09:55 +0000 (08:09 -0800)
The sysctl numbers used are unique so setting the insert_at_head flag serves
no semantic purpose, so it is just confusing.

Signed-off-by: Eric W. Biederman <[email protected]>
Acked-by: Ralf Baechle <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
net/netrom/sysctl_net_netrom.c

index e4b27d7aae79b7cd288d98b9f9ddd6cca026f0c3..6ca96a56663cf43598df678b49737b29e774d6a4 100644 (file)
@@ -192,7 +192,7 @@ static ctl_table nr_root_table[] = {
 
 void __init nr_register_sysctl(void)
 {
-       nr_table_header = register_sysctl_table(nr_root_table, 1);
+       nr_table_header = register_sysctl_table(nr_root_table, 0);
 }
 
 void nr_unregister_sysctl(void)