aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.clean
diff options
context:
space:
mode:
authorOmar Sandoval <osandov@fb.com>2022-08-16 16:12:16 -0700
committerDavid Sterba <dsterba@suse.com>2022-09-26 12:27:58 +0200
commit48ff70830bec1ccc714f4e31059df737f17ec909 (patch)
treee128e4dd6c9dc5b9f3bd1f0ffae7a4d72427cd0c /scripts/Makefile.clean
parent9ed0a72e5b355d49fc9034ec35da3b602bfcef57 (diff)
btrfs: get rid of block group caching progress logic
struct btrfs_caching_ctl::progress and struct btrfs_block_group::last_byte_to_unpin were previously needed to ensure that unpin_extent_range() didn't return a range to the free space cache before the caching thread had a chance to cache that range. However, the commit "btrfs: fix space cache corruption and potential double allocations" made it so that we always synchronously cache the block group at the time that we pin the extent, so this machinery is no longer necessary. Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'scripts/Makefile.clean')
0 files changed, 0 insertions, 0 deletions