diff options
author | Mark McLoughlin <markmc@redhat.com> | 2008-04-02 10:54:06 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-24 23:57:33 +0200 |
commit | 4f93f09b72d6ff47b2399b79ed6d1cbc7dbf991b (patch) | |
tree | 8f29c6914c3c9a8932c1dc715376034663b8511d /drivers/block/xen-blkfront.c | |
parent | d2f0c52bec954460e72dee48f3a29c6f310d76be (diff) | |
download | op-kernel-dev-4f93f09b72d6ff47b2399b79ed6d1cbc7dbf991b.zip op-kernel-dev-4f93f09b72d6ff47b2399b79ed6d1cbc7dbf991b.tar.gz |
xen: Add compatibility aliases for frontend drivers
Before getting merged, xen-blkfront was xenblk and
xen-netfront was xennet.
Temporarily adding compatibility module aliases
eases upgrades from older versions by e.g. allowing
mkinitrd to find the new version of the module.
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/block/xen-blkfront.c')
-rw-r--r-- | drivers/block/xen-blkfront.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index ffa0b43..d771da8 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c @@ -1016,3 +1016,4 @@ MODULE_DESCRIPTION("Xen virtual block device frontend"); MODULE_LICENSE("GPL"); MODULE_ALIAS_BLOCKDEV_MAJOR(XENVBD_MAJOR); MODULE_ALIAS("xen:vbd"); +MODULE_ALIAS("xenblk"); |