MD RAID10: Fix compiler warning.
MD RAID10: Fix compiler warning. Initialize variable to prevent compiler warning. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
committed by
NeilBrown
parent
b17459c050
commit
3bbae04b12
@@ -717,7 +717,7 @@ static struct md_rdev *read_balance(struct r10conf *conf,
|
|||||||
int sectors = r10_bio->sectors;
|
int sectors = r10_bio->sectors;
|
||||||
int best_good_sectors;
|
int best_good_sectors;
|
||||||
sector_t new_distance, best_dist;
|
sector_t new_distance, best_dist;
|
||||||
struct md_rdev *rdev, *best_rdev;
|
struct md_rdev *best_rdev, *rdev = NULL;
|
||||||
int do_balance;
|
int do_balance;
|
||||||
int best_slot;
|
int best_slot;
|
||||||
struct geom *geo = &conf->geo;
|
struct geom *geo = &conf->geo;
|
||||||
|
Reference in New Issue
Block a user