block: Remove bi_idx references
authorKent Overstreet <koverstreet@google.com>
Tue, 4 Sep 2012 22:23:14 +0000 (15:23 -0700)
committerKent Overstreet <koverstreet@google.com>
Sat, 23 Mar 2013 21:15:31 +0000 (14:15 -0700)
For immutable bvecs, all bi_idx usage needs to be audited - so here
we're removing all the unnecessary uses.

Most of these are places where it was being initialized on a bio that
was just allocated, a few others are conversions to standard macros.

Signed-off-by: Kent Overstreet <koverstreet@google.com>
CC: Jens Axboe <axboe@kernel.dk>

No differences found