mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
[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:
parent
04c5acfb24
commit
01879db3f0
@ -41,7 +41,7 @@ static struct ctl_table_header *scsi_table_header;
|
||||
|
||||
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)
|
||||
return -ENOMEM;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user