commit | aefc1eb13ebbb86c5ffade8a9e2425cd71032d7e | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Fri Apr 13 12:28:00 2012 +0200 |
committer | David Sterba <dsterba@suse.cz> | Wed Apr 18 19:22:21 2012 +0200 |
tree | 36acddddf6f4b50877b22e683704bc2cbaf4d3b5 | |
parent | 4735fb282830c0966b301dabcccf4753fa6604bb [diff] |
Btrfs: don't call free_extent_buffer twice in iterate_irefs Avoid calling free_extent_buffer more than once when the iterator function returns non-zero. The only code that uses this is scrub repair for corrupted nodatasum blocks. Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>