From: Alasdair G Kergon Date: Fri, 1 Mar 2013 22:45:47 +0000 (+0000) Subject: dm: rename bio cloning functions X-Git-Tag: v3.9-rc1~19^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14fe594d679c9ba8c8e3d6ad1a3ed9c0ba336df0;p=pandora-kernel.git dm: rename bio cloning functions Rename functions involved in splitting and cloning bios. The sequence of functions is now: (1) __split_and_process* - entry point that selects the processing strategy (2) __send* - prepare the details for each bio needed and loop through them (3) __clone_and_map* - creates a clone and maps it Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed