From: Oleg Nesterov Date: Thu, 31 Jan 2013 18:47:23 +0000 (+0100) Subject: uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe X-Git-Tag: v3.9-rc1~173^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a932b7381f81235530c3d0acbd3ba2c7537d78e5;p=pandora-kernel.git uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe trace_uprobe->consumer and "struct uprobe_trace_consumer" add the unnecessary indirection and complicate the code for no reason. This patch simply embeds uprobe_consumer into "struct trace_uprobe", all other changes only fix the compilation errors. Signed-off-by: Oleg Nesterov --- Reading git-diff-tree failed