remarkable-linux/drivers/block/aoe
Kent Overstreet a4ad39b1d1 block: Convert bio_iovec() to bvec_iter
For immutable biovecs, we'll be introducing a new bio_iovec() that uses
our new bvec iterator to construct a biovec, taking into account
bvec_iter->bi_bvec_done - this patch updates existing users for the new
usage.

Some of the existing users really do need a pointer into the bvec array
- those uses are all going to be removed, but we'll need the
functionality from immutable to remove them - so for now rename the
existing bio_iovec() -> __bio_iovec(), and it'll be removed in a couple
patches.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: "Ed L. Cashin" <ecashin@coraid.com>
Cc: Alasdair Kergon <agk@redhat.com>
Cc: dm-devel@redhat.com
Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
2013-11-23 22:33:49 -08:00
..
aoe.h aoe: update internal version number to 85 2013-09-11 15:59:26 -07:00
aoeblk.c aoe: do not BUG if memory pressure prevented debugfs file creation 2013-09-11 15:59:28 -07:00
aoechr.c aoe: replace kmalloc and then memcpy with kmemdup 2013-04-30 17:04:08 -07:00
aoecmd.c block: Convert bio_iovec() to bvec_iter 2013-11-23 22:33:49 -08:00
aoedev.c aoe: remove custom implementation of kbasename() 2013-09-11 15:59:26 -07:00
aoemain.c
aoenet.c aoe: update copyright date 2013-07-03 16:08:05 -07:00
Makefile