[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH 13/24] mini-os: fix list.h include guard name



On Fri, 2012-01-27 at 13:06 +0000, Ian Campbell wrote:
> 
> As well as the obvious ABI changes there are a few API updates
> associated with the change:
> 
>   - struct rw_semaphore.wait_list is unused
>   - remove_waiter needs to take the wait_queue_head
> 
> The latter requires a qemu update which I will post separately. Please
> apply first and update QEMU_TAG as appropriate. 

8<----------------------------------------------------------------------

>From ab35cca68024f077ca5dbd8d099605e2df830b22 Mon Sep 17 00:00:00 2001
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date: Fri, 27 Jan 2012 12:54:57 +0000
Subject: [PATCH] block-vbd: update to new mini-os wait queue API

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
 block-vbd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/block-vbd.c b/block-vbd.c
index 56794f6..71f1731 100644
--- a/block-vbd.c
+++ b/block-vbd.c
@@ -144,7 +144,7 @@ void qemu_aio_wait(void)
            break;
        schedule();
     }
-    remove_waiter(w);
+    remove_waiter(w, blkfront_queue);
 }
 
 static void vbd_do_aio(struct blkfront_aiocb *aiocbp, int ret) {
-- 
1.7.2.5




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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.