]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Rename functions involved in splitting and cloning bios.
authorAlasdair G Kergon <agk@redhat.com>
Wed, 13 Feb 2013 22:42:38 +0000 (09:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 13 Feb 2013 22:42:38 +0000 (09:42 +1100)
commit7d86cf7d7f6237dfd478235ce3543a8bd562ff7c
tree34afaf6e1f0fe443269e3ce985402c1aaa8e41c6
parentc14804d2a8507797923b141893cf53b19327b247
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