Magellan Linux

Annotation of /trunk/kernel26-xen/patches-2.6.25-r1/1035-2.6.25-xen-modular-blktap.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 609 - (hide annotations) (download)
Fri May 23 17:35:37 2008 UTC (16 years ago) by niro
File size: 957 byte(s)
-using opensuse xen patchset, updated kernel configs

1 niro 609 From: ccoffing@novell.com
2     Subject: Retain backwards-compatible module name with CONFIG_XEN_BLKDEV_TAP=m
3     Patch-mainline: obsolete
4    
5     Index: head-2007-10-15/drivers/xen/blktap/Makefile
6     ===================================================================
7     --- head-2007-10-15.orig/drivers/xen/blktap/Makefile 2007-10-19 17:17:15.000000000 +0200
8     +++ head-2007-10-15/drivers/xen/blktap/Makefile 2007-04-27 15:30:48.000000000 +0200
9     @@ -1,5 +1,5 @@
10     LINUXINCLUDE += -I../xen/include/public/io
11    
12     -obj-$(CONFIG_XEN_BLKDEV_TAP) := xenblktap.o
13     +obj-$(CONFIG_XEN_BLKDEV_TAP) := blktap.o
14    
15     -xenblktap-y := xenbus.o interface.o blktap.o
16     +blktap-y := xenbus.o interface.o blocktap.o
17     Index: head-2007-10-15/drivers/xen/blktap/blocktap.c
18     ===================================================================
19     --- /dev/null 1970-01-01 00:00:00.000000000 +0000
20     +++ head-2007-10-15/drivers/xen/blktap/blocktap.c 2007-04-27 15:30:48.000000000 +0200
21     @@ -0,0 +1 @@
22     +#include "blktap.c"