]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit28e1cc7d1baf8038ae4ad4681c8f3dc94fcd7c00
tree0d823d67ce5cb6eb1a12ab9aff5a49a7abde079d
parent1203b6813ee84add8b4baa6d75e50ba85517e99c
Btrfs: Set real mirror number for read operation on RAID0/5/6

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>
fs/btrfs/volumes.c