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
appletalk
arcnet
bonding
caif
can
cris
dsa
ethernet
fddi
hamradio
hippi
hyperv
ieee802154
ipvlan
irda
phy
plip
ppp
slip
team
usb
vmxnet3
wan
wimax
wireless
xen-netback
Kconfig -rw-r--r-- 12.5 KB
LICENSE.SRC -rw-r--r-- 891 bytes
Makefile -rw-r--r-- 1.9 KB
Space.c -rw-r--r-- 4.1 KB
dummy.c -rw-r--r-- 5.4 KB
eql.c -rw-r--r-- 14.6 KB
ifb.c -rw-r--r-- 7.4 KB
loopback.c -rw-r--r-- 5.6 KB
macvlan.c -rw-r--r-- 39.4 KB
macvtap.c -rw-r--r-- 30.2 KB
mdio.c -rw-r--r-- 11.9 KB
mii.c -rw-r--r-- 12.3 KB
netconsole.c -rw-r--r-- 21.5 KB
nlmon.c -rw-r--r-- 3.9 KB
ntb_netdev.c -rw-r--r-- 9.9 KB
rionet.c -rw-r--r-- 15.7 KB
sb1000.c -rw-r--r-- 31.5 KB
sungem_phy.c -rw-r--r-- 29.7 KB
tun.c -rw-r--r-- 55.5 KB
veth.c -rw-r--r-- 11.5 KB
virtio_net.c -rw-r--r-- 51.5 KB
vxlan.c -rw-r--r-- 77.8 KB
xen-netfront.c -rw-r--r-- 53.5 KB

back to top