From: Cody P Schafer Date: Thu, 23 Jan 2014 23:56:07 +0000 (-0800) Subject: net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration instead... X-Git-Tag: v3.14-rc1~108^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b182837ac111e87f8e82cbcb0046449d9412187f;p=pandora-kernel.git net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration 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 Signed-off-by: Cody P Schafer Cc: Michel Lespinasse Cc: Jan Kara Cc: Pablo Neira Ayuso Cc: Patrick McHardy Cc: Jozsef Kadlecsik Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed