• NeilBrown's avatar
    md/raid5: add a missing 'continue' in a loop. · 2f115882
    NeilBrown authored
    As the comment says, the tail of this loop only applies to devices
    that are not fully in sync, so if In_sync was set, we should avoid
    the rest of the loop.
    
    This bug will hardly ever cause an actual problem.  The worst it
    can do is allow an array to be assembled that is dirty and degraded,
    which is not generally a good idea (without warning the sysadmin
    first).
    
    This will only happen if the array is RAID4 or a RAID5/6 in an
    intermediate state during a reshape and so has one drive that is
    all 'parity' - no data - while some other device has failed.
    
    This is certainly possible, but not at all common.
    Signed-off-by: default avatarNeilBrown <neilb@suse.de>
    2f115882
raid5.c 167 KB