Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01879db3 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Linus Torvalds
Browse files

[PATCH] sysctl: scsi: remove unnecessary insert_at_head flag

parent 04c5acfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;