mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-07 14:36:38 +03:00
More fixes to ensure we get good debug logs even if we're in the
process of destroying the stacks. Threshhold set fairly aggressively top 80% of stack usage. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@82 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
@@ -179,7 +179,7 @@ proc_dump_kernel(struct ctl_table *table, int write, struct file *filp,
|
||||
ENTRY;
|
||||
|
||||
if (write) {
|
||||
spl_debug_dumplog();
|
||||
spl_debug_dumplog(0);
|
||||
*ppos += *lenp;
|
||||
} else {
|
||||
*lenp = 0;
|
||||
|
||||
Reference in New Issue
Block a user