Skip to content

Commit 94a6490

Browse files
Joelgranadosmcgrof
authored andcommitted
sysctl: Remove debugging dump_stack
Remove unneeded dump_stack in __register_sysctl_table Signed-off-by: Joel Granados <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]>
1 parent f2e7a62 commit 94a6490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/proc/proc_sysctl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,6 @@ struct ctl_table_header *__register_sysctl_table(
14061406
spin_unlock(&sysctl_lock);
14071407
fail:
14081408
kfree(header);
1409-
dump_stack();
14101409
return NULL;
14111410
}
14121411

0 commit comments

Comments
 (0)