projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c5acf
)
[PATCH] sysctl: scsi: remove unnecessary insert_at_head flag
author
Eric W. Biederman
<
[email protected]
>
Wed, 14 Feb 2007 08:33:31 +0000
(
00:33
-0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 14 Feb 2007 16:09:55 +0000
(08:09 -0800)
Signed-off-by: Eric W. Biederman <
[email protected]
>
Acked-by: James Bottomley <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/scsi/scsi_sysctl.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_sysctl.c
b/drivers/scsi/scsi_sysctl.c
index 04d06c25132b39076648429077614efc9879c1c1..b16b775da7cc87ad1c5f22d0af47f984b6686258 100644
(file)
--- a/
drivers/scsi/scsi_sysctl.c
+++ b/
drivers/scsi/scsi_sysctl.c
@@
-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;