diff options
| author | Anand Jain <[email protected]> | 2018-02-13 12:35:44 +0800 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2018-03-26 15:09:33 +0200 |
| commit | ba020491c8d08ec500ce1ddfd0715168a0ab9241 (patch) | |
| tree | 6d3eb23b98f8d536a20eed3c0c95af0dc4241d2a /tools/perf/scripts/python/bin | |
| parent | 70458a58190ab3aa0267e539cac7c8dcb6dc5dd9 (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 <[email protected]>
Reviewed-by: Nikolay Borisov <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions