Files
android_kernel_samsung_sm8750/drivers/md
Kent Overstreet cb34e057ad block: Convert some code to bio_for_each_segment_all()
More prep work for immutable bvecs:

A few places in the code were either open coding or using the wrong
version - fix.

After we introduce the bvec iter, it'll no longer be possible to modify
the biovec through bio_for_each_segment_all() - it doesn't increment a
pointer to the current bvec, you pass in a struct bio_vec (not a
pointer) which is updated with what the current biovec would be (taking
into account bi_bvec_done and bi_size).

So because of that it's more worthwhile to be consistent about
bio_for_each_segment()/bio_for_each_segment_all() usage.

Signed-off-by: Kent Overstreet <koverstreet@google.com>
CC: Jens Axboe <axboe@kernel.dk>
CC: NeilBrown <neilb@suse.de>
CC: Alasdair Kergon <agk@redhat.com>
CC: dm-devel@redhat.com
CC: Alexander Viro <viro@zeniv.linux.org.uk>
2013-03-23 14:26:30 -07:00
..
2013-03-01 22:45:51 +00:00
2013-02-22 23:31:31 -05:00
2013-03-01 22:45:51 +00:00
2013-03-01 22:45:51 +00:00
2012-03-28 18:41:29 +01:00
2013-03-01 22:45:51 +00:00
2013-03-01 22:45:51 +00:00
2013-03-01 22:45:51 +00:00
2013-03-01 22:45:51 +00:00
2013-03-01 22:45:51 +00:00
2013-03-01 22:45:51 +00:00
2013-03-01 22:45:51 +00:00
2012-07-30 17:25:16 -07:00
2013-03-23 14:15:29 -07:00
2013-03-01 22:45:50 +00:00
2013-03-23 14:15:31 -07:00
2013-03-01 22:45:47 +00:00
2013-03-01 22:45:49 +00:00
2012-12-21 20:23:38 +00:00
2013-03-23 14:15:29 -07:00
2013-03-23 14:15:29 -07:00
2013-03-01 22:45:52 +00:00
2013-03-23 14:15:35 -07:00
2012-10-11 13:49:05 +11:00
2013-03-23 14:15:33 -07:00