Searched hist:"14 fe594d679c9ba8c8e3d6ad1a3ed9c0ba336df0" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm.c | diff 14fe594d679c9ba8c8e3d6ad1a3ed9c0ba336df0 Fri Mar 01 16:45:47 CST 2013 Alasdair G Kergon <agk@redhat.com> 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>
|