Kent Overstreet 6bc454d150 bounce: Refactor __blk_queue_bounce to not use bi_io_vec
A bunch of what __blk_queue_bounce() was doing was problematic for the
immutable bvec work; this cleans that up and the code is quite a bit
smaller, too.

The __bio_for_each_segment() in copy_to_high_bio_irq() was changed
because that one's looping over the original bio, not the bounce bio -
a later patch renames __bio_for_each_segment() ->
bio_for_each_segment_all(), and documents that
bio_for_each_segment_all() is only for code that owns the bio.

Signed-off-by: Kent Overstreet <koverstreet@google.com>
CC: Jens Axboe <axboe@kernel.dk>
2013-03-23 14:26:26 -07:00
..
2012-01-03 22:54:56 -05:00
2013-02-23 17:50:18 -08:00
2013-03-23 14:15:31 -07:00
2013-02-28 13:21:44 -08:00
2012-06-20 14:39:36 -07:00
2013-03-01 23:50:45 -05:00
2012-12-18 15:02:14 -08:00
2012-12-18 15:02:14 -08:00
2013-02-23 17:50:18 -08:00
2012-12-20 18:46:29 -05:00
2013-02-23 17:50:21 -08:00