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:
01879db
)
[PATCH] sysctl: md: remove unnecessary insert_at_head flag
author
Eric W. Biederman
<
[email protected]
>
Wed, 14 Feb 2007 08:33:32 +0000
(
00:33
-0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 14 Feb 2007 16:09:55 +0000
(08:09 -0800)
The sysctls used by the md driver are have unique binary numbers so remove the
insert_at_head flag as it serves no useful purpose.
Signed-off-by: Eric W. Biederman <
[email protected]
>
Cc: Neil Brown <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/md/md.c
patch
|
blob
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index e85fa75a7912e5c17879e819e21b835b22bce942..ee86df8092a110f899a18ffcb04fce75b2956dbe 100644
(file)
--- a/
drivers/md/md.c
+++ b/
drivers/md/md.c
@@
-5581,7
+5581,7
@@
static int __init md_init(void)
md_probe, NULL, NULL);
register_reboot_notifier(&md_notifier);
- raid_table_header = register_sysctl_table(raid_root_table,
1
);
+ raid_table_header = register_sysctl_table(raid_root_table,
0
);
md_geninit();
return (0);