Re: [patch] dump_stack() cleanup, BK-curr

From: Martin J. Bligh (mbligh@aracnet.com)
Date: Wed Oct 02 2002 - 09:59:44 EST


> void dump_stack(void)
> {
> - show_stack(0);
> + unsigned long stack;
> +
> + show_trace(&stack);
> }

Doesn't this mean that dump_stack no longer dumps the stack?
(seems somewhat counter-intuitive)

Can't code which only wants a trace just call show_trace instead?

M.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:34 EST