summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2013-03-26 05:42:12 +0000
committermav <mav@FreeBSD.org>2013-03-26 05:42:12 +0000
commit7997002b4f25acca523ed49b4579f479e8da0c77 (patch)
tree3183134439d35c0dca4243945d0052c801c76211 /sys/geom/raid
parent02bcc8d29e3714844b09865d96538eba48d66497 (diff)
downloadFreeBSD-src-7997002b4f25acca523ed49b4579f479e8da0c77.zip
FreeBSD-src-7997002b4f25acca523ed49b4579f479e8da0c77.tar.gz
Remove extra bio_data and bio_length copying to child request after calling
g_clone_bio(), that already copied them.
Diffstat (limited to 'sys/geom/raid')
-rw-r--r--sys/geom/raid/tr_raid1e.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/raid/tr_raid1e.c b/sys/geom/raid/tr_raid1e.c
index e28f984..679b766 100644
--- a/sys/geom/raid/tr_raid1e.c
+++ b/sys/geom/raid/tr_raid1e.c
@@ -1076,8 +1076,6 @@ rebuild_round_done:
offset += vol->v_strip_size;
}
cbp->bio_offset = offset + start;
- cbp->bio_length = bp->bio_length;
- cbp->bio_data = bp->bio_data;
cbp->bio_cmd = BIO_WRITE;
cbp->bio_cflags = G_RAID_BIO_FLAG_REMAP;
cbp->bio_caller2 = (void *)mask;
OpenPOWER on IntegriCloud