commit | 2c30c71bd653afcbed7f6754e8fe3d16e0e708a1 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <[email protected]> | Thu Nov 07 12:20:26 2013 -0800 |
committer | Kent Overstreet <[email protected]> | Sat Nov 23 22:33:46 2013 -0800 |
tree | a6b1147e4302b7216600c397cb47ca7f7f375a43 | |
parent | 33879d4512c021ae65be9706608dacb36b4687b1 [diff] |
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 <[email protected]> Cc: Jens Axboe <[email protected]> Cc: Alexander Viro <[email protected]> Cc: Chris Mason <[email protected]> Cc: Jaegeuk Kim <[email protected]> Cc: Joern Engel <[email protected]> Cc: Prasad Joshi <[email protected]> Cc: Trond Myklebust <[email protected]>