diff options
author | Nikolay Borisov <nborisov@suse.com> | 2019-03-12 17:20:27 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-05-02 13:48:19 +0200 |
commit | 1368c6dac7f10a18195fa4ebf072799a727fd4a6 (patch) | |
tree | 471b2df3c3ea9741442cd82c8d5fdb38ec4a6afd /tools/lib/traceevent/parse-utils.c | |
parent | c5a68aec4e6890ed019020efaac2ac47b48855ff (diff) |
btrfs: Make compress_file_range take only struct async_chunk
All context this function needs is held within struct async_chunk.
Currently we not only pass the struct but also every individual member.
This is redundant, simplify it by only passing struct async_chunk and
leaving it to compress_file_range to extract the values it requires.
No functional changes.
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/lib/traceevent/parse-utils.c')
0 files changed, 0 insertions, 0 deletions