]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: raid56: assign bio in while() when using bio_list_pop
authorNikolay Borisov <nborisov@suse.com>
Thu, 2 Jul 2020 13:46:43 +0000 (16:46 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 27 Jul 2020 10:55:41 +0000 (12:55 +0200)
commit2380e57c305a1a37b1ec4391a5eec1b5b7c43177
tree43cc5fbbea0470e209cc3efc29ab3e7f6a3be444
parent4ffe848d7220515ad32e52c6eb6486655ba44be0
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>
fs/btrfs/raid56.c