qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] coroutine bug?, was Re: [PATCH] sheepdog: use coroutine


From: Christoph Hellwig
Subject: Re: [Qemu-devel] coroutine bug?, was Re: [PATCH] sheepdog: use coroutines
Date: Mon, 2 Jan 2012 16:40:47 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Forgot to attach the "go-fast" patch required to reproduce the issue
on slow storage:

Index: sheepdog/sheep/simple_store.c
===================================================================
--- sheepdog.orig/sheep/simple_store.c  2011-12-29 20:10:44.171622413 +0100
+++ sheepdog/sheep/simple_store.c       2012-01-02 16:23:39.759957971 +0100
@@ -30,7 +30,7 @@ extern char *obj_path;
 
 extern mode_t def_fmode;
 
-static int def_store_flags = O_DSYNC | O_RDWR;
+static int def_store_flags = O_RDWR;
 
 struct store_driver store;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]