From: Cody P Schafer Date: Thu, 23 Jan 2014 23:56:11 +0000 (-0800) Subject: fs/jffs2: use rbtree postorder iteration helper instead of opencoding X-Git-Tag: v3.14-rc1~108^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8bbeeb755a077cfc0f814b07739f9225642d65c;p=pandora-kernel.git fs/jffs2: 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 Signed-off-by: Cody P Schafer Cc: Michel Lespinasse Cc: Jan Kara Cc: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed