aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Granados <[email protected]>2023-06-16 10:59:21 +0200
committerLuis Chamberlain <[email protected]>2023-06-18 02:32:54 -0700
commit94a6490518d80a61c7a8e5aa107547e53636d964 (patch)
treef58338bb54fcb1f87b5f62a4f149702725cda4e2
parentf2e7a6265e5a5e02ee663eda3d0527dd8230b832 (diff)
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]>
-rw-r--r--fs/proc/proc_sysctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/proc/proc_sysctl.c b/fs/proc/proc_sysctl.c
index 8873812d22f3..07804097f997 100644
--- a/fs/proc/proc_sysctl.c
+++ b/fs/proc/proc_sysctl.c
@@ -1406,7 +1406,6 @@ fail_put_dir_locked:
spin_unlock(&sysctl_lock);
fail:
kfree(header);
- dump_stack();
return NULL;
}