• Neil Brown's avatar
    [PATCH] md: Fix another two bug in raid5 · 571f3078
    Neil Brown authored
     A partial block write over a block on a failed device
     would need to pre-read that block, which means pre-read all
     blocks in stripe and generate that block.  But the generate-block
     code never checked for this possibility, so it wouldn't happen.
    571f3078
raid5.c 45.4 KB