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-changelog

[Xen-changelog] g/c extra test.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 0077e7207d014671f2781f8b3788bf1dcbd930a3
# Parent  03370bdbc6f1343c182d6fc72e5e1c28f1cac166
g/c extra test.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 03370bdbc6f1 -r 0077e7207d01 
linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c
--- a/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c Tue Aug 23 19:17:46 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c Tue Aug 23 19:48:28 2005
@@ -78,18 +78,6 @@
                xenbus_dev_error(be->dev, err, 
                                 "reading %s/grant-id and event-channel",
                                 be->frontpath);
-               return;
-       }
-
-       /* Domains must use same shared frame for all vbds. */
-       if (evtchn != be->blkif->remote_evtchn ||
-           sharedmfn != be->blkif->shmem_frame) {
-               xenbus_dev_error(be->dev, err,
-                                "Shared frame/evtchn %li/%u not same as"
-                                " old %li/%u",
-                                sharedmfn, evtchn,
-                                be->blkif->shmem_frame,
-                                be->blkif->remote_evtchn);
                return;
        }
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] g/c extra test., Xen patchbot -unstable <=