g/c extra test.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 23 Aug 2005 19:48:28 +0000 (19:48 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 23 Aug 2005 19:48:28 +0000 (19:48 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c

index 3163ee56663f7882bd39c7bd2e72e18716dbe362..a4d5f11aaaca7d79160e8277641e8d74be9b4ce5 100644 (file)
@@ -81,18 +81,6 @@ static void frontend_changed(struct xenbus_watch *watch, const char *node)
                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;
-       }
-
        /* Supply the information about the device the frontend needs */
        err = xenbus_transaction_start(be->dev->nodename);
        if (err) {