Re: [ovs-dev] [PATCH v8 16/16] tracing output: use new hashtable implementation

2012-10-30 Thread Steven Rostedt
On Tue, 2012-10-30 at 14:46 -0400, Sasha Levin wrote: > Switch tracing to use the new hashtable implementation. This reduces the > amount of generic unrelated code in the tracing module. > > Signed-off-by: Sasha Levin Acked-by: Steven Rostedt -- Steve ___

[ovs-dev] [PATCH v8 16/16] tracing output: use new hashtable implementation

2012-10-30 Thread Sasha Levin
Switch tracing to use the new hashtable implementation. This reduces the amount of generic unrelated code in the tracing module. Signed-off-by: Sasha Levin --- kernel/trace/trace_output.c | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/kernel/trace/trace_o