OSDN Git Service

btrfs: raid56: use in_range where applicable
authorNikolay Borisov <nborisov@suse.com>
Thu, 2 Jul 2020 13:46:45 +0000 (16:46 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 27 Jul 2020 10:55:41 +0000 (12:55 +0200)
commit830258632757cad2ffb5cbc86f266ca475caf4af
tree7b8d3f46542c82d98a20938d3ea60a52f34e6a59
parentbf28a605e626a7c0169584f22f5dc96ce92ae813
btrfs: raid56: use in_range where applicable

While at it use the opportunity to simplify find_logical_bio_stripe by
reducing the scope of 'stripe_start' variable and squash the
sector-to-bytes conversion on one line.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/raid56.c