commit | a1d3c4786a4b9c71c0767aa656a759968f7554b6 | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Thu Aug 04 17:15:33 2011 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Thu Sep 29 13:38:42 2011 +0200 |
tree | 1dc5596ca57f261d2816111e51a2f33928bbe4a6 | |
parent | d7728c960dccf775b92f2c4139f1216275a45c44 [diff] |
btrfs: btrfs_multi_bio replaced with btrfs_bio btrfs_bio is a bio abstraction able to split and not complete after the last bio has returned (like the old btrfs_multi_bio). Additionally, btrfs_bio tracks the mirror_num used to read data which can be used for error correction purposes. Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>