From: Cody P Schafer Date: Fri, 1 Nov 2013 22:38:46 +0000 (-0700) Subject: trace/trace_stat: use rbtree postorder iteration helper instead of opencoding X-Git-Tag: v3.13-rc1~57^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cd804ac1f39e10510bf93700f1f7ea66b2e1b38;p=pandora-kernel.git trace/trace_stat: use rbtree postorder iteration helper instead of opencoding Use rbtree_postorder_for_each_entry_safe() to destroy the rbtree instead of opencoding an alternate postorder iteration that modifies the tree Link: http://lkml.kernel.org/r/1383345566-25087-2-git-send-email-cody@linux.vnet.ibm.com Signed-off-by: Cody P Schafer Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed