summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.h
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2024-07-23 15:21:22 +0100
committerDavid Sterba <dsterba@suse.com>2024-09-10 16:51:12 +0200
commitab094670fab468aef551aafc197cdf4cf1a2e611 (patch)
tree320898f0839ba8183d14c6a1b50a62b6d915067e /fs/btrfs/tree-log.h
parent7fa5230b46f2c333f090716c52e99a0fbbee5fbd (diff)
downloadlinux-ab094670fab468aef551aafc197cdf4cf1a2e611.tar.gz
linux-ab094670fab468aef551aafc197cdf4cf1a2e611.tar.bz2
linux-ab094670fab468aef551aafc197cdf4cf1a2e611.zip
btrfs: reduce size and overhead of extent_map_block_end()
At extent_map_block_end() we are calling the inline functions extent_map_block_start() and extent_map_block_len() multiple times, which results in expanding their code multiple times, increasing the compiled code size and repeating the computations those functions do. Improve this by caching their results in local variables. The size of the module before this change: $ size fs/btrfs/btrfs.ko text data bss dec hex filename 1755770 163800 16920 1936490 1d8c6a fs/btrfs/btrfs.ko And after this change: $ size fs/btrfs/btrfs.ko text data bss dec hex filename 1755656 163800 16920 1936376 1d8bf8 fs/btrfs/btrfs.ko Reviewed-by: Josef Bacik <josef@toxicpanda.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 'fs/btrfs/tree-log.h')
0 files changed, 0 insertions, 0 deletions