Re: [PATCH] ftrace: fix trace_marker output

From: Steven Rostedt
Date: Tue Nov 17 2009 - 09:18:25 EST


On Mon, 2009-11-16 at 20:56 +0100, Carsten Emde wrote:
>
> @@ -1408,7 +1409,7 @@ int trace_array_vprintk(struct trace_arr
>
> int trace_vprintk(unsigned long ip, const char *fmt, va_list args)
> {
> - return trace_array_printk(&global_trace, ip, fmt, args);
> + return trace_array_vprintk(&global_trace, ip, fmt, args);
> }
> EXPORT_SYMBOL_GPL(trace_vprintk);

Applying the patch, I found that this part is already fixed upstream.
But I'll add the rest of your patch since it does have other fixes.

Thanks,

-- Steve


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