diff options
author | Cody P Schafer <cody@linux.vnet.ibm.com> | 2014-01-24 00:56:14 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-24 01:37:03 +0100 |
commit | e376ed7c85fe102ff63db2eb8a0c5595f68151fa (patch) | |
tree | 1f261e40d76016dd91e07be8bb6ade219d317906 /fs | |
parent | fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fix (diff) | |
download | linux-e376ed7c85fe102ff63db2eb8a0c5595f68151fa.tar.xz linux-e376ed7c85fe102ff63db2eb8a0c5595f68151fa.zip |
arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solution using repeated rb_erase()
Use rbtree_postorder_for_each_entry_safe() to destroy the rbtree instead
of using repeated rb_erase() calls
Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Cc: Michel Lespinasse <walken@google.com>
Cc: Jan Kara <jack@suse.cz>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions