Hi,

On Mon, 17 Jan 2005, Karim Yaghmour wrote:

> a) create indexes, b) reorder events, and likely c) have to rewrite

An additional comment about the order of events. What you're doing in 
lockless_reserve is bogus anyway. There is no single correct time to 
write into the event. By artificially synchronizing event order and event 
time you only cheat yourself. You either take it into account during 
postprocessing that events can be interrupted or the time stamp doesn't 
seem to be that important, but there is nothing you can do during the 
recording of the event except of completely disabling interrupts.

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

Reply via email to