commit | e8bbeeb755a077cfc0f814b07739f9225642d65c | [log] [tgz] |
---|---|---|
author | Cody P Schafer <[email protected]> | Thu Jan 23 15:56:11 2014 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Jan 23 16:37:03 2014 -0800 |
tree | 8ce2b9c384ae6a64bb90e9947cbcaa3b386ee3f8 | |
parent | d1866bd06101eb8ab2bb9d180b47c052c04b7cee [diff] |
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 <[email protected]> Cc: Michel Lespinasse <[email protected]> Cc: Jan Kara <[email protected]> Cc: David Woodhouse <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>