|
@@ -3553,7 +3553,7 @@ static void cdrom_sysctl_register(void)
|
|
if (initialized == 1)
|
|
if (initialized == 1)
|
|
return;
|
|
return;
|
|
|
|
|
|
- cdrom_sysctl_header = register_sysctl_table(cdrom_root_table, 1);
|
|
|
|
|
|
+ cdrom_sysctl_header = register_sysctl_table(cdrom_root_table, 0);
|
|
if (cdrom_root_table->ctl_name && cdrom_root_table->child->de)
|
|
if (cdrom_root_table->ctl_name && cdrom_root_table->child->de)
|
|
cdrom_root_table->child->de->owner = THIS_MODULE;
|
|
cdrom_root_table->child->de->owner = THIS_MODULE;
|
|
|
|
|