git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b83636
)
block: Remove bi_idx references
author
Kent Overstreet
<koverstreet@google.com>
Tue, 4 Sep 2012 22:23:14 +0000
(15:23 -0700)
committer
Kent 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