diff options
| author | Qu Wenruo <[email protected]> | 2020-02-20 15:16:16 +0800 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2020-05-25 11:25:16 +0200 |
| commit | 9569cc203d23ddaed7f7f2ca986a7cda7f1c33c0 (patch) | |
| tree | 2c8a076f3af02d31500b1318b1c5b705f1c485d3 /tools/perf/scripts/python | |
| parent | 71f572a9e82fb7ed6f8c625e2682160f3a498db3 (diff) | |
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 <[email protected]>
Reviewed-by: Josef Bacik <[email protected]>
Signed-off-by: Qu Wenruo <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions