• Neil Brown's avatar
    [PATCH] md: Handle concurrent failure of two drives in raid5 · 95e7ce7f
    Neil Brown authored
    If two drives both fail during a write request, raid5 doesn't
    cope properly and will eventually oops.
    
    With this patch, blocks that have already been 'written'
    are failed when double drive failure is noticed, as well as
    blocks that are about to be written.
    95e7ce7f
raid5.c 46.2 KB