From: Oleg Nesterov Date: Tue, 15 Jul 2014 18:48:16 +0000 (+0200) Subject: tracing: Kill destroy_call_preds() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~185^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57375747b6fac0f6cf7b302c4a8adb9043ea8e3b;p=pandora-kernel.git tracing: Kill destroy_call_preds() Remove destroy_call_preds(). Its only caller, __trace_remove_event_call(), can use free_event_filter() and nullify ->filter by hand. Perhaps we could keep this trivial helper although imo it is pointless, but then it should be static in trace_events.c. Link: http://lkml.kernel.org/p/20140715184816.GA20495@redhat.com Signed-off-by: Oleg Nesterov Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed