commit | 356b4a2dc151c65e5abce07b7c0e4a146769892b | [log] [tgz] |
---|---|---|
author | Anand Jain <anand.jain@oracle.com> | Sat May 29 17:48:34 2021 +0800 |
committer | David Sterba <dsterba@suse.com> | Mon Jun 21 15:19:07 2021 +0200 |
tree | c19504172ac8781aae72356616bf0da3f06fe438 | |
parent | 1d08ce58406d1cd6222fca72144146c7ee1450ec [diff] |
btrfs: optimize variables size in btrfs_submit_compressed_read Patch "btrfs: reduce compressed_bio member's types" reduced some member's size. Declare the variables @compressed_len, @nr_pages and @pg_index size as an unsigned int in the function btrfs_submit_compressed_read. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>