xen-blkfront: Drop name and minor adjustments for emulated scsi devices
authorStefan Bader <stefan.bader@canonical.com>
Thu, 14 Jul 2011 13:30:22 +0000 (15:30 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 29 Aug 2011 20:29:11 +0000 (13:29 -0700)
commitc70ea5da1319eace8f5a6923b327fa2b325661fd
tree8afc12031caacc201b3158ca07c0d92208b8e302
parent45df4b8977852ea12d6ed19f6c87e6765f6c31e5
xen-blkfront: Drop name and minor adjustments for emulated scsi devices

commit 196cfe2ae8fcdc03b3c7d627e7dfe8c0ce7229f9 upstream.

These were intended to avoid the namespace clash when representing
emulated IDE and SCSI devices. However that seems to confuse users
more than expected (a disk defined as sda becomes xvde).
So for now go back to the scheme which does no adjustments. This
will break when mixing IDE and SCSI names in the configuration of
guests but should be by now expected.

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/block/xen-blkfront.c