[PATCH] sysctl: scsi: remove unnecessary insert_at_head flag
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Acked-by: James Bottomley <James.Bottomley@steeleye.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
04c5acfb24
Коммит
01879db3f0
|
@ -41,7 +41,7 @@ static struct ctl_table_header *scsi_table_header;
|
||||||
|
|
||||||
int __init scsi_init_sysctl(void)
|
int __init scsi_init_sysctl(void)
|
||||||
{
|
{
|
||||||
scsi_table_header = register_sysctl_table(scsi_root_table, 1);
|
scsi_table_header = register_sysctl_table(scsi_root_table, 0);
|
||||||
if (!scsi_table_header)
|
if (!scsi_table_header)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче