Changeset 1465e70c in rtems for cpukit/libfs/src

Timestamp:
01/23/14 23:56:11 (10 years ago)
Author:
Cody P Schafer <cody@…>
Branches:
5, master
Children:
e650f4fc
Parents:
22d9575
git-author:
Cody P Schafer <cody@…> (01/23/14 23:56:11)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/16/18 05:22:11)
Message:

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 <cody@…>
Cc: Michel Lespinasse <walken@…>
Cc: Jan Kara <jack@…>
Cc: David Woodhouse <dwmw2@…>
Signed-off-by: Andrew Morton <akpm@…>
Signed-off-by: Linus Torvalds <torvalds@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.