diff options
author | David Sterba <dsterba@suse.com> | 2019-10-01 19:57:35 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-11-18 12:46:52 +0100 |
commit | b105e92755b448efd4800e3415dfeae5ad8054e9 (patch) | |
tree | bdc1e8adbd8170d5089ce07eca11e6a1b9901cd3 /fs/btrfs/print-tree.c | |
parent | 4c66e0d4243bb8829f2c936e966030d967726e90 (diff) | |
download | linux-b105e92755b448efd4800e3415dfeae5ad8054e9.tar.bz2 |
btrfs: add __cold attribute to more functions
The attribute can mark functions supposed to be called rarely if at all
and the text can be moved to sections far from the other code. The
attribute has been added to several functions already, this patch is
based on hints given by gcc -Wsuggest-attribute=cold.
The net effect of this patch is decrease of btrfs.ko by 1000-1300,
depending on the config options.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/print-tree.c')
0 files changed, 0 insertions, 0 deletions