btrfs: rename the this_bio_flag variable in btrfs_do_readpage
authorChristoph Hellwig <hch@lst.de>
Mon, 27 Feb 2023 15:16:59 +0000 (08:16 -0700)
committerDavid Sterba <dsterba@suse.com>
Mon, 17 Apr 2023 16:01:15 +0000 (18:01 +0200)
commita140453bf9fb6486044e19f346c93ff54fb2f718
tree6128195764849dbb6a9a87a6954a511873c47097
parentc9bc621fb4988d5e1bd96d552bb3fda199638864
btrfs: rename the this_bio_flag variable in btrfs_do_readpage

Rename this_bio_flag to compress_type to match the surrounding code
and better document the intent.  Also use the proper enum type instead
of unsigned long.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c