commit | 6a2de22f6babafd609b9356cdb0979eb5bb10564 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 25 09:07:48 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Wed Nov 30 13:45:20 2016 +0100 |
tree | 7d41aaa2071455bd563a85d96dbd41dea2b46fa0 | |
parent | 80ace3e40390ad0a85606b3a1450eb723070c9a9 [diff] |
btrfs: don't access the bio directly in the direct I/O 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>