From: Kent Overstreet Date: Wed, 7 Aug 2013 21:30:33 +0000 (-0700) Subject: block: Kill bio_iovec_idx(), __bio_iovec() X-Git-Tag: v3.14-rc1~43^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f619d25460473788944e3b71b030398681e8809b;p=pandora-kernel.git block: Kill bio_iovec_idx(), __bio_iovec() bio_iovec_idx() and __bio_iovec() don't have any valid uses anymore - previous users have been converted to bio_iovec_iter() or other methods. __BVEC_END() has to go too - the bvec array can't be used directly for the last biovec because we might only be using the first portion of it, we have to iterate over the bvec array with bio_for_each_segment() which checks against the current value of bi_iter.bi_size. Signed-off-by: Kent Overstreet Cc: Jens Axboe --- Reading git-diff-tree failed