• NeilBrown's avatar
    md: don't use mddev->raid_disks in raid0 or raid10 while array is active. · 84707f38
    NeilBrown authored
    In a subsequent patch we will make it possible to change
    mddev->raid_disks while a RAID0 or RAID10 array is active.  This is
    part of the process of reshaping such an array.
    
    This means that we cannot use this value while processes requests
    (it is OK to use it during initialisation as we are locked against
    changes then).
    Both RAID0 and RAID10 have the same value stored in the private data
    structure, so use that value instead.
    Signed-off-by: default avatarNeilBrown <neilb@suse.de>
    84707f38
raid10.c 64.6 KB