From: Kent Overstreet Date: Thu, 7 Nov 2013 20:20:26 +0000 (-0800) Subject: block: Convert various code to bio_for_each_segment() X-Git-Tag: v3.14-rc1~43^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c30c71bd653afcbed7f6754e8fe3d16e0e708a1;p=pandora-kernel.git block: Convert various code to bio_for_each_segment() With immutable biovecs we don't want code accessing bi_io_vec directly - the uses this patch changes weren't incorrect since they all own the bio, but it makes the code harder to audit for no good reason - also, this will help with multipage bvecs later. Signed-off-by: Kent Overstreet Cc: Jens Axboe Cc: Alexander Viro Cc: Chris Mason Cc: Jaegeuk Kim Cc: Joern Engel Cc: Prasad Joshi Cc: Trond Myklebust --- Reading git-diff-tree failed