[PATCH] md: Handle concurrent failure of two drives in raid5
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.
Showing
Please register or sign in to comment