Re: [PATCH 0/5] [GIT PULL] tracing/filters/ringbuffer: updates for2.6.31

From: Steven Rostedt
Date: Tue Jun 16 2009 - 15:49:22 EST



On Tue, 16 Jun 2009, Ingo Molnar wrote:

>
> hm, there's a new build failure with this lot:
>
> kernel/trace/ring_buffer.c:1298: error: ?event? undeclared (first use in this function)
> kernel/trace/ring_buffer.c:1298: error: (Each undeclared identifier is reported only once
> kernel/trace/ring_buffer.c:1298: error: for each function it appears in.)

Strange, I have a blank line at line 1298:

1294 cpu_buffer->tail_page->page->time_stamp = *ts;
1295 }
1296
1297 rb_reset_tail(cpu_buffer, tail_page, tail, length);
1298
1299 __raw_spin_unlock(&cpu_buffer->lock);
1300 local_irq_restore(flags);
1301

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