commit | 2a5232a8cef299a28536b4bb32eb5f75d0002293 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Jul 27 14:47:09 2021 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon May 16 17:17:31 2022 +0200 |
tree | d6d8fd1bb79255e48cd85e19e8e68e925a8a4fc6 | |
parent | 572f3dad5221c98d8c8507f2b6373780751b90d9 [diff] |
btrfs: simplify handling of bio_ctrl::bio_flags The bio_flags are used only to encode the compression and there are no other EXTENT_BIO_* flags, so the compress type can be stored directly. The struct member name is left unchanged and will be cleaned in later patches. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>