Re: [Qemu-devel] [PATCH] qemu-img snapshot: Use writeback caching

2011-01-10 Thread Stefan Hajnoczi
On Mon, Jan 10, 2011 at 4:54 PM, Kevin Wolf wrote: > None of the other qemu-img subcommands uses writethrough, and there's no > reason > why snapshot should be special. > > Signed-off-by: Kevin Wolf > --- >  qemu-img.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) Reviewed-by: S

[Qemu-devel] [PATCH] qemu-img snapshot: Use writeback caching

2011-01-10 Thread Kevin Wolf
None of the other qemu-img subcommands uses writethrough, and there's no reason why snapshot should be special. Signed-off-by: Kevin Wolf --- qemu-img.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index afd9ed2..1e65ea8 100644 --- a/qemu-img.