Skip to content
Snippets Groups Projects
Commit 18d46b3c authored by Alexey Lyashkov's avatar Alexey Lyashkov
Browse files

*** empty log message ***

parent 48f960b8
No related branches found
No related tags found
No related merge requests found
...@@ -474,7 +474,6 @@ static cfs_sysctl_table_t top_table[] = { ...@@ -474,7 +474,6 @@ static cfs_sysctl_table_t top_table[] = {
int insert_proc(void) int insert_proc(void)
{ {
#ifdef CONFIG_SYSCTL #ifdef CONFIG_SYSCTL
printk("call register\n");
if (lnet_table_header == NULL) if (lnet_table_header == NULL)
lnet_table_header = cfs_register_sysctl_table(top_table, 0); lnet_table_header = cfs_register_sysctl_table(top_table, 0);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment