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] Minor tidy, no semantic change.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID cbf7efa871ae30825552f250b4efe3dc8784949d
# Parent  188a4fb5ea1f1f937b864dd05393fc1e011a9d5d
Minor tidy, no semantic change.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 188a4fb5ea1f -r cbf7efa871ae 
linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c
--- a/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c Thu Nov 24 11:06:07 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c Thu Nov 24 15:52:42 2005
@@ -230,9 +230,8 @@
 
 static void maybe_connect(struct backend_info *be)
 {
-       if (be->pdev != 0L && be->blkif->status == CONNECTED) {
+       if (be->pdev != 0L && be->blkif->status == CONNECTED)
                connect(be);
-       }
 }
 
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Minor tidy, no semantic change., Xen patchbot -unstable <=