]> err.no Git - linux-2.6/commitdiff
[PATCH] sysctl: scsi: remove unnecessary insert_at_head flag
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Feb 2007 08:33:31 +0000 (00:33 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:09:55 +0000 (08:09 -0800)
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>
drivers/scsi/scsi_sysctl.c

index 04d06c25132b39076648429077614efc9879c1c1..b16b775da7cc87ad1c5f22d0af47f984b6686258 100644 (file)
@@ -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;