]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: btrfs_multi_bio replaced with btrfs_bio
authorJan Schmidt <list.btrfs@jan-o-sch.net>
Thu, 4 Aug 2011 15:15:33 +0000 (17:15 +0200)
committerJan Schmidt <list.btrfs@jan-o-sch.net>
Thu, 29 Sep 2011 11:38:42 +0000 (13:38 +0200)
commit91b3d9c643f576ef11d4ab0046dd49b4a467ed31
tree1dc5596ca57f261d2816111e51a2f33928bbe4a6
parentb509439d17cc1cb08e623533818d95637d58a7ae
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>
fs/btrfs/extent-tree.c
fs/btrfs/scrub.c
fs/btrfs/volumes.c
fs/btrfs/volumes.h