commit | bf28a605e626a7c0169584f22f5dc96ce92ae813 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Thu Jul 02 16:46:43 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon Jul 27 12:55:41 2020 +0200 |
tree | 43cc5fbbea0470e209cc3efc29ab3e7f6a3be444 | |
parent | f90ae76a5c2c746c06f11a1709e9149ab2666ea4 [diff] |
btrfs: raid56: assign bio in while() when using bio_list_pop Unify the style in the file such that return value of bio_list_pop is assigned directly in the while loop. This is in line with the rest of the kernel. 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>