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

Martin J. Bligh (mbligh@aracnet.com)
Wed, 02 Oct 2002 07:59:44 -0700


> 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/