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:
behlendo
2008-04-21 22:44:11 +00:00
parent e5bbd245e3
commit 7fea96c04f
3 changed files with 63 additions and 53 deletions
+1 -1
View File
@@ -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;