Re: [Qemu-devel] [PATCH] xbzrle: page may not be update if it has been in the cache

2014-04-04 Thread Eric Blake
On 04/02/2014 02:56 AM, arei.gong...@huawei.com wrote: > From: ChenLiang > > The cache_insert don't check whether the page has been in the cache. > > Signed-off-by: ChenLiang > Signed-off-by: Gonglei > --- > page_cache.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Er

[Qemu-devel] [PATCH] xbzrle: page may not be update if it has been in the cache

2014-04-02 Thread arei.gonglei
From: ChenLiang The cache_insert don't check whether the page has been in the cache. Signed-off-by: ChenLiang Signed-off-by: Gonglei --- page_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page_cache.c b/page_cache.c index c78157b..78f7590 100644 --- a/page_cache.