Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
md/raid1: fix buglet in md_raid1_contested.
Since we added 'replacement' capability, RAID1 can have twice as many devices as ->raid_disks indicates. So md_raid1_congested needs to check that many possible devices, not just ->raid_disks many. Signed-off-by: NeilBrown <neilb@suse.de>
- Loading branch information