diff options
| author | Qu Wenruo <wqu@suse.com> | 2020-02-20 15:16:16 +0800 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2020-05-25 11:25:16 +0200 |
| commit | 9569cc203d23ddaed7f7f2ca986a7cda7f1c33c0 (patch) | |
| tree | 2c8a076f3af02d31500b1318b1c5b705f1c485d3 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | btrfs: reloc: use btrfs_backref_iter infrastructure (diff) | |
| download | linux-9569cc203d23ddaed7f7f2ca986a7cda7f1c33c0.tar.gz linux-9569cc203d23ddaed7f7f2ca986a7cda7f1c33c0.zip | |
btrfs: reloc: rename mark_block_processed and __mark_block_processed
These two functions are weirdly named, mark_block_processed() in fact
just marks a range dirty unconditionally, while __mark_block_processed()
does extra check before doing the marking.
This patch will open code old mark_block_processed, and rename
__mark_block_processed() to remove the "__" prefix.
Since we're here, also kill the forward declaration, which could also
kill in_block_group() with in_range() macro.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
