WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] linux: another minor 2.6.18 merge oversight

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] linux: another minor 2.6.18 merge oversight
From: "Jan Beulich" <jbeulich@xxxxxxxxxx>
Date: Tue, 11 Dec 2007 16:34:33 +0000
Delivery-date: Tue, 11 Dec 2007 08:34:09 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>

Index: head-2007-12-11/drivers/xen/gntdev/gntdev.c
===================================================================
--- head-2007-12-11.orig/drivers/xen/gntdev/gntdev.c    2007-12-11 
13:59:28.000000000 +0100
+++ head-2007-12-11/drivers/xen/gntdev/gntdev.c 2007-12-11 13:59:50.000000000 
+0100
@@ -136,7 +136,7 @@ static int gntdev_mmap(struct file *flip
 static long gntdev_ioctl(struct file *flip,
                         unsigned int cmd, unsigned long arg);
 
-static struct file_operations gntdev_fops = {
+static const struct file_operations gntdev_fops = {
        .owner = THIS_MODULE,
        .open = gntdev_open,
        .release = gntdev_release,




_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] linux: another minor 2.6.18 merge oversight, Jan Beulich <=