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
Kconfig -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 688 bytes
README -rw-r--r-- 956 bytes
TODO -rw-r--r-- 96 bytes
bcma_private.h -rw-r--r-- 3.7 KB
core.c -rw-r--r-- 3.6 KB
driver_chipcommon.c -rw-r--r-- 8.9 KB
driver_chipcommon_b.c -rw-r--r-- 1.3 KB
driver_chipcommon_nflash.c -rw-r--r-- 1.1 KB
driver_chipcommon_pmu.c -rw-r--r-- 18.9 KB
driver_chipcommon_sflash.c -rw-r--r-- 4.2 KB
driver_gmac_cmn.c -rw-r--r-- 265 bytes
driver_gpio.c -rw-r--r-- 6.1 KB
driver_mips.c -rw-r--r-- 11.4 KB
driver_pci.c -rw-r--r-- 9.2 KB
driver_pci_host.c -rw-r--r-- 17.4 KB
driver_pcie2.c -rw-r--r-- 5.0 KB
host_pci.c -rw-r--r-- 7.8 KB
host_soc.c -rw-r--r-- 5.5 KB
main.c -rw-r--r-- 15.6 KB
scan.c -rw-r--r-- 13.9 KB
scan.h -rw-r--r-- 1.7 KB
sprom.c -rw-r--r-- 20.9 KB

README

back to top