summaryrefslogtreecommitdiff
path: root/include/linux/i2c/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2026-01-20 11:42:43 +0000
committerDavid Sterba <dsterba@suse.com>2026-02-03 07:56:18 +0100
commit17078525e5be48381a35068535feb9adb36635f3 (patch)
tree00f2d4da8baa65c23dbd255dfb5f3699d8f57cd2 /include/linux/i2c/git@git.tavy.me:linux.git
parent1914b94231e98280de4ec3a7f10e7abfd928c649 (diff)
btrfs: make load_block_group_size_class() return void
There's no point in returning anything since determining and setting a size class for a block group is an optimization, not something critical. The only caller of load_block_group_size_class() (the caching thread) does not do anything with the return value anyway, exactly because having a size class is just an optimization and it can always be set later when adding reserved bytes to a block group (btrfs_add_reserved_bytes()). Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux/i2c/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions