commit | 80ace3e40390ad0a85606b3a1450eb723070c9a9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 25 09:07:47 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Wed Nov 30 13:45:19 2016 +0100 |
tree | 2c739d8f63e213c17c0f6c45284c0daa345c9c58 | |
parent | 974b1adc3b103fae1dbc1fe6a8aceeca2878f20e [diff] |
btrfs: don't access the bio directly in the raid5/6 code Just use bio_for_each_segment_all to iterate over all segments. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>