commit | 4f2ac93c175c4922bdddbfec6cad94b32cea0070 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <koverstreet@google.com> | Tue Sep 04 15:23:14 2012 -0700 |
committer | Kent Overstreet <koverstreet@google.com> | Sat Mar 23 14:15:31 2013 -0700 |
tree | ce9df811f8a59c3af8486ee20fdc9d36fe5bfd25 | |
parent | 5b83636ae3c3b4f87d02a5929ad4dee831534db0 [diff] |
block: Remove bi_idx references 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>