commit | 65b5355f77082804949390dc2629256c8c24f69d | [log] [tgz] |
---|---|---|
author | Anand Jain <anand.jain@oracle.com> | Sat May 29 17:48:35 2021 +0800 |
committer | David Sterba <dsterba@suse.com> | Mon Jun 21 15:19:07 2021 +0200 |
tree | f64e9a4986350a828c9c07aaf2ee68302ac88038 | |
parent | 356b4a2dc151c65e5abce07b7c0e4a146769892b [diff] |
btrfs: optimize variables size in btrfs_submit_compressed_write Patch "btrfs: reduce compressed_bio member's types" reduced some member's size. Function arguments @len, @compressed_len and @nr_pages can be declared as unsigned int. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>