Thread (76 messages) 76 messages, 5 authors, 2012-09-21

Re: [PATCH v2 06/26] block: Use bio_sectors() more consistently

From: Kent Overstreet <hidden>
Date: 2012-09-20 23:47:19
Also in: dm-devel, lkml

On Thu, Sep 20, 2012 at 04:36:18PM -0700, Tejun Heo wrote:
On Mon, Sep 10, 2012 at 05:22:17PM -0700, Kent Overstreet wrote:
quoted
diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c
index 321de7b..6e4420a 100644
--- a/drivers/block/aoe/aoeblk.c
+++ b/drivers/block/aoe/aoeblk.c
@@ -199,7 +199,7 @@ aoeblk_make_request(struct request_queue *q, struct bio *bio)
 	buf->bio = bio;
 	buf->resid = bio->bi_size;
 	buf->sector = bio->bi_sector;
-	buf->bv = &bio->bi_io_vec[bio->bi_idx];
+	buf->bv = bio_iovec(bio);
Contamination?
Whoops, yes.
Also, in general, please cc at least the maintainers of the files that
you modify.
Meant to ask you about these patches that basically just rename things -
will do.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help