dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM
authorMike Snitzer <snitzer@redhat.com>
Sat, 20 Feb 2016 18:45:38 +0000 (13:45 -0500)
committerMike Snitzer <snitzer@redhat.com>
Tue, 23 Feb 2016 03:34:33 +0000 (22:34 -0500)
commiteca7ee6dc01b21c669bce8c39d3d368509fb65e8
treee913759074c83e9aa01874ab38f38cda4cdc9463
parentc5248f79f39e5254977a3916b2149c3ccffa2722
dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM

Rename various methods to have either a "dm_old" or "dm_mq" prefix.
Improve code comments to assist with understanding the duality of code
that handles both "dm_old" and "dm_mq" cases.

It is no much easier to quickly look at the code and _know_ that a given
method is either 1) "dm_old" only 2) "dm_mq" only 3) common to both.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-mpath.c
drivers/md/dm.c