direct-io.hg
changeset 8017:cbf7efa871ae
Minor tidy, no semantic change.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Thu Nov 24 15:52:42 2005 +0000 (2005-11-24) |
parents | 188a4fb5ea1f |
children | 1cf273e133c8 |
files | linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c Thu Nov 24 12:06:07 2005 +0100 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c Thu Nov 24 15:52:42 2005 +0000 1.3 @@ -230,9 +230,8 @@ static void frontend_changed(struct xenb 1.4 1.5 static void maybe_connect(struct backend_info *be) 1.6 { 1.7 - if (be->pdev != 0L && be->blkif->status == CONNECTED) { 1.8 + if (be->pdev != 0L && be->blkif->status == CONNECTED) 1.9 connect(be); 1.10 - } 1.11 } 1.12 1.13