]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/md/dm.c
dm: rename bio cloning functions
authorAlasdair G Kergon <agk@redhat.com>
Fri, 1 Mar 2013 22:45:47 +0000 (22:45 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 1 Mar 2013 22:45:47 +0000 (22:45 +0000)
commit14fe594d679c9ba8c8e3d6ad1a3ed9c0ba336df0
tree9b0da04f6ddf9024f69f2196853b79c9ba6a440e
parent55a62eef8d1b50ceff3b7bf46851103bdcc7e5b0
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>
drivers/md/dm.c