diff options
| -rw-r--r-- | fs/btrfs/volumes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index d47289c715c8..20160aa44655 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c | |||
| @@ -5161,8 +5161,7 @@ static int __btrfs_map_block(struct btrfs_fs_info *fs_info, int rw, | |||
| 5161 | BTRFS_BLOCK_GROUP_RAID6)) { | 5161 | BTRFS_BLOCK_GROUP_RAID6)) { |
| 5162 | u64 tmp; | 5162 | u64 tmp; |
| 5163 | 5163 | ||
| 5164 | if (bbio_ret && ((rw & REQ_WRITE) || mirror_num > 1) | 5164 | if (raid_map_ret && ((rw & REQ_WRITE) || mirror_num > 1)) { |
| 5165 | && raid_map_ret) { | ||
| 5166 | int i, rot; | 5165 | int i, rot; |
| 5167 | 5166 | ||
| 5168 | /* push stripe_nr back to the start of the full stripe */ | 5167 | /* push stripe_nr back to the start of the full stripe */ |
