Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1008-2.6.25-xen-Add-compatibility-aliases-for-frontend-drivers.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (15 years, 11 months ago) by niro
File size: 1265 byte(s)
-ver bump to 2.6.25-magellan-r1:
- linux-2.6.25.4
- fbcondecor-0.9.4
- squashfs-3.3
- unionfs-2.3.3
- tuxonice-3.0-rc7
- linux-phc-0.3.0
- acpi-dstd-0.9a
- reiser4
- xen-3.2.0
. ipw3945-1.2.2

1 From e1f36635f830a3f23a1a95507a951316f845d488 Mon Sep 17 00:00:00 2001
2 From: Mark McLoughlin <markmc@redhat.com>
3 Date: Thu, 21 Feb 2008 11:13:12 +0000
4 Subject: [PATCH] xen: Add compatibility aliases for frontend drivers
5
6 Before getting merged, xen-blkfront was xenblk and
7 xen-netfront was xennet.
8
9 Add compatibility module aliases to ease upgrades.
10
11 Signed-off-by: Mark McLoughlin <markmc@redhat.com>
12 ---
13 drivers/block/xen-blkfront.c | 1 +
14 drivers/net/xen-netfront.c | 1 +
15 2 files changed, 2 insertions(+), 0 deletions(-)
16
17 diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
18 index 0c47c02..8ce168d 100644
19 --- a/drivers/block/xen-blkfront.c
20 +++ b/drivers/block/xen-blkfront.c
21 @@ -1006,3 +1006,4 @@ MODULE_DESCRIPTION("Xen virtual block device frontend");
22 MODULE_LICENSE("GPL");
23 MODULE_ALIAS_BLOCKDEV_MAJOR(XENVBD_MAJOR);
24 MODULE_ALIAS("xen:vbd");
25 +MODULE_ALIAS("xenblk");
26 diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c
27 index b3fa27e..e62018a 100644
28 --- a/drivers/net/xen-netfront.c
29 +++ b/drivers/net/xen-netfront.c
30 @@ -1810,3 +1810,4 @@ module_exit(netif_exit);
31 MODULE_DESCRIPTION("Xen virtual network device frontend");
32 MODULE_LICENSE("GPL");
33 MODULE_ALIAS("xen:vif");
34 +MODULE_ALIAS("xennet");
35 --
36 1.5.4.1
37