[PATCH] sysctl: s390: remove unnecessary use of insert_at_head
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
feceb63ec5
commit
481f7337a1
@ -1053,7 +1053,7 @@ __init debug_init(void)
|
||||
{
|
||||
int rc = 0;
|
||||
|
||||
s390dbf_sysctl_header = register_sysctl_table(s390dbf_dir_table, 1);
|
||||
s390dbf_sysctl_header = register_sysctl_table(s390dbf_dir_table, 0);
|
||||
down(&debug_lock);
|
||||
debug_debugfs_root_entry = debugfs_create_dir(DEBUG_DIR_ROOT,NULL);
|
||||
printk(KERN_INFO "debug: Initialization complete\n");
|
||||
|
Reference in New Issue
Block a user