]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChris Mason <chris.mason@oracle.com>
Wed, 16 Nov 2011 01:33:56 +0000 (20:33 -0500)
commit78482bea6144431db1dfa7fae9e8a4e392221dcf
tree0fcf01b2b75d2b672b380de1cb6eef76be0e1258
parent46c9fcb5b443ad3cdf4bb569363f726c1bb901d0
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>
(cherry picked from commit a1d3c4786a4b9c71c0767aa656a759968f7554b6)
fs/btrfs/extent-tree.c
fs/btrfs/scrub.c
fs/btrfs/volumes.c
fs/btrfs/volumes.h