Skip to content

Commit

Permalink
sysctl: Remove debugging dump_stack
Browse files Browse the repository at this point in the history
Remove unneeded dump_stack in __register_sysctl_table

Signed-off-by: Joel Granados <j.granados@samsung.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
  • Loading branch information
Joel Granados authored and Luis Chamberlain committed Jun 18, 2023
1 parent f2e7a62 commit 94a6490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/proc/proc_sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,6 @@ struct ctl_table_header *__register_sysctl_table(
spin_unlock(&sysctl_lock);
fail:
kfree(header);
dump_stack();
return NULL;
}

Expand Down

0 comments on commit 94a6490

Please sign in to comment.