xen: use less generic names in blkfront driver.
authorIan Campbell <ian.campbell@citrix.com>
Fri, 4 Dec 2009 15:33:54 +0000 (15:33 +0000)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 7 Aug 2010 16:26:39 +0000 (18:26 +0200)
commit203fd61f42fec81f43bc5abbf2d3755e04e000af
tree6069f457c559327b52f5fe2b68d74d625dd80057
parent96dccab1d63cb35d3f5e75d2ef275fdbff4d5f3b
xen: use less generic names in blkfront driver.

All Xen frontend drivers have a couple of identically named functions which
makes figuring out which device went wrong from a stacktrace harder than it
needs to be. Rename them to something specificto the device type.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
drivers/block/xen-blkfront.c