[PATCH] md: Fix another two bug in raid5
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.
Showing
Please register or sign in to comment