summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
diff options
context:
space:
mode:
authorAnand Jain <Anand.Jain@oracle.com>2018-02-13 12:35:44 +0800
committerDavid Sterba <dsterba@suse.com>2018-03-26 15:09:33 +0200
commitba020491c8d08ec500ce1ddfd0715168a0ab9241 (patch)
tree6d3eb23b98f8d536a20eed3c0c95af0dc4241d2a /fs/btrfs/super.c
parent70458a58190ab3aa0267e539cac7c8dcb6dc5dd9 (diff)
btrfs: extent_buffer_uptodate() make it static and inline
extent_buffer_uptodate() is a trivial wrapper around test_bit() and nothing else. So make it static and inline, save on code space and call indirection. Before: text data bss dec hex filename 1131257 82898 18992 1233147 12d0fb fs/btrfs/btrfs.ko After: text data bss dec hex filename 1131090 82898 18992 1232980 12d054 fs/btrfs/btrfs.ko Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/super.c')
0 files changed, 0 insertions, 0 deletions