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 /ipc/util.h | |
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 <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 'ipc/util.h')
0 files changed, 0 insertions, 0 deletions