Btrfs: Set real mirror number for read operation on RAID0/5/6
authorMiao Xie <miaox@cn.fujitsu.com>
Fri, 12 Sep 2014 10:44:02 +0000 (18:44 +0800)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:39:00 +0000 (13:39 -0700)
We need real mirror number for RAID0/5/6 when reading data, or if read error
happens, we would pass 0 as the number of the mirror on which the io error
happens. It is wrong and would cause the filesystem read the data from the
corrupted mirror again.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>

No differences found