WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Tiny fix.

# HG changeset patch
# User Steven Hand <steven@xxxxxxxxxxxxx>
# Node ID 1fa7e524b354ee49b6925037dd463e65948b4716
# Parent  d5499ff80b191b1ad45e72a120d10f49e71539dc
Tiny fix.

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>
---
 xen/arch/x86/mm/shadow/common.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r d5499ff80b19 -r 1fa7e524b354 xen/arch/x86/mm/shadow/common.c
--- a/xen/arch/x86/mm/shadow/common.c   Wed Dec 13 10:14:17 2006 +0000
+++ b/xen/arch/x86/mm/shadow/common.c   Wed Dec 13 10:14:40 2006 +0000
@@ -3123,7 +3123,7 @@ static int shadow_log_dirty_op(
  out:
     shadow_unlock(d);
     domain_unpause(d);
-    return 0;
+    return rv;
 }
 
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Tiny fix., Xen patchbot-unstable <=