• Neil Brown's avatar
    [PATCH] MD - Remove the sb from the mddev · 43fb3e86
    Neil Brown authored
    Remove the sb from the mddev
    
    Now that al the important information is in mddev, we don't need
    to have an sb off the mddev.  We only keep the per-device ones.
    
    Previously we determined if "set_array_info" had been run byb checking
    mddev->sb.  Now we check mddev->raid_disks on the assumption that
    any valid array MUST have a non-zero number of devices.
    43fb3e86
md.c 81.2 KB