Re: [PATCH 1/6] Btrfs: use bio_clone_fast to clone our bio

2017-05-17 Thread David Sterba
On Mon, Apr 17, 2017 at 06:16:22PM -0700, Liu Bo wrote: > For raid1 and raid10, we clone the original bio to the bios which are then > sent to different disks. > > Signed-off-by: Liu Bo Reviewed-by: David Sterba -- To unsubscribe from this list: send the

[PATCH 1/6] Btrfs: use bio_clone_fast to clone our bio

2017-04-17 Thread Liu Bo
For raid1 and raid10, we clone the original bio to the bios which are then sent to different disks. Signed-off-by: Liu Bo --- fs/btrfs/extent_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index