commit | 5341a6278bc5d10dbbb2ab6031b41d95c8db7a35 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Wed Aug 07 14:31:11 2013 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Sat Nov 23 22:33:54 2013 -0800 |
tree | 5861afdd9264fc55f8e4ce5794fbe7c9db7fe35e | |
parent | 59d276fe02d7e887a4825ef05c80b8f8c54ba60a [diff] |
rbd: Refactor bio cloning Now that we've got drivers converted to the new immutable bvec primitives, bio splitting becomes much easier - this is how the new bio_split() will work. (Someone more familiar with the ceph code could probably use bio_clone_fast() instead of bio_clone() here). Signed-off-by: Kent Overstreet <kmo@daterainc.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: Yehuda Sadeh <yehuda@inktank.com> Cc: Alex Elder <elder@inktank.com> Cc: ceph-devel@vger.kernel.org