mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +00:00
[PATCH] sysctl: llc: remove unnecessary insert_at_head flag
The sysctl numbers used are unique so setting the insert_at_head flag serves no semantis purpose, and is just confusing. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Cc: Arnaldo Carvalho de Melo <acme@conectiva.com.br> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6fe6b1755c
commit
9fa7b46d73
@ -116,7 +116,7 @@ static struct ctl_table_header *llc_table_header;
|
|||||||
|
|
||||||
int __init llc_sysctl_init(void)
|
int __init llc_sysctl_init(void)
|
||||||
{
|
{
|
||||||
llc_table_header = register_sysctl_table(llc_root_table, 1);
|
llc_table_header = register_sysctl_table(llc_root_table, 0);
|
||||||
|
|
||||||
return llc_table_header ? 0 : -ENOMEM;
|
return llc_table_header ? 0 : -ENOMEM;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user