commit | 75d5d8156500cd3833d66806889372e294af514d | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Wed Aug 07 14:24:19 2013 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Sat Nov 23 22:33:48 2013 -0800 |
tree | 62ea70bd85bc2759e3d2164506f3bc9208e85346 | |
parent | 4f024f3797c43cb4b73cd2c50cec728842d0e49e [diff] |
dm: Use bvec_iter for dm_bio_record() This patch doesn't itself have any functional changes, but immutable biovecs are going to add a bi_bvec_done member to bi_iter, which will need to be saved too here. Signed-off-by: Kent Overstreet <kmo@daterainc.com> Cc: Alasdair Kergon <agk@redhat.com> Cc: dm-devel@redhat.com Reviewed-by: Mike Snitzer <snitzer@redhat.com>