On 2.03.20 г. 11:45 ч., Qu Wenruo wrote: > These two functions are weirdly named, mark_block_processed() in fact > just mark 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. > > Signed-off-by: Qu Wenruo <wqu@xxxxxxxx> Reviewed-by: Nikolay Borisov <nborisov@xxxxxxxx>
