Revision 16d9cfab930bb6f4946cff8ba7429701fd15b414 authored by Eric Mei on 06 January 2015, 17:35:02 UTC, committed by NeilBrown on 25 February 2015, 00:38:26 UTC
When we have more than 1 drive failure, it's possible we start
rebuild one drive while leaving another faulty drive in array.
To determine whether array will be optimal after building, current
code only check whether a drive is missing, which could potentially
lead to data corruption. This patch is to add checking Faulty flag.

Signed-off-by: NeilBrown <neilb@suse.de>
1 parent d1901ef
History
File Mode Size
clients
generators
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 212 bytes
kapi.c -rw-r--r-- 6.0 KB
kc.c -rw-r--r-- 3.8 KB
kc.h -rw-r--r-- 1.5 KB
pps.c -rw-r--r-- 10.0 KB
sysfs.c -rw-r--r-- 2.8 KB

back to top