From: Kent Overstreet Date: Wed, 7 Aug 2013 21:31:11 +0000 (-0700) Subject: rbd: Refactor bio cloning X-Git-Tag: v3.14-rc1~43^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5341a6278bc5d10dbbb2ab6031b41d95c8db7a35;p=pandora-kernel.git 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 Cc: Jens Axboe Cc: Yehuda Sadeh Cc: Alex Elder Cc: ceph-devel@vger.kernel.org --- Reading git-diff-tree failed