commit | 14fe594d679c9ba8c8e3d6ad1a3ed9c0ba336df0 | [log] [tgz] |
---|---|---|
author | Alasdair G Kergon <agk@redhat.com> | Fri Mar 01 22:45:47 2013 +0000 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Mar 01 22:45:47 2013 +0000 |
tree | 9b0da04f6ddf9024f69f2196853b79c9ba6a440e | |
parent | 55a62eef8d1b50ceff3b7bf46851103bdcc7e5b0 [diff] |
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 <agk@redhat.com>