]> Git Repo - linux.git/commit
block: Use bio_sectors() more consistently
authorKent Overstreet <[email protected]>
Tue, 5 Feb 2013 23:19:29 +0000 (15:19 -0800)
committerKent Overstreet <[email protected]>
Sat, 23 Mar 2013 21:15:30 +0000 (14:15 -0700)
commitaa8b57aa3d1c06ca53312294ee6dfc767ee3ddb3
treea5921d44756d32e0555a8ae284db3c16a8386860
parentf73a1c7d117d07a96d89475066188a2b79e53c48
block: Use bio_sectors() more consistently

Bunch of places in the code weren't using it where they could be -
this'll reduce the size of the patch that puts bi_sector/bi_size/bi_idx
into a struct bvec_iter.

Signed-off-by: Kent Overstreet <[email protected]>
CC: Jens Axboe <[email protected]>
CC: "Ed L. Cashin" <[email protected]>
CC: Nick Piggin <[email protected]>
CC: Jiri Kosina <[email protected]>
CC: Jim Paris <[email protected]>
CC: Geoff Levand <[email protected]>
CC: Alasdair Kergon <[email protected]>
CC: [email protected]
CC: Neil Brown <[email protected]>
CC: Steven Rostedt <[email protected]>
Acked-by: Ed Cashin <[email protected]>
drivers/block/pktcdvd.c
drivers/md/dm-raid1.c
drivers/md/raid0.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5.c
fs/btrfs/volumes.c
include/trace/events/block.h
This page took 0.058524 seconds and 4 git commands to generate.