0a122b
From 78b9f22700ec26bf8bc9bb1fb8c2ba69296955cf Mon Sep 17 00:00:00 2001
0a122b
Message-Id: <78b9f22700ec26bf8bc9bb1fb8c2ba69296955cf.1387382496.git.minovotn@redhat.com>
0a122b
In-Reply-To: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
0a122b
References: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
0a122b
From: Nigel Croxon <ncroxon@redhat.com>
0a122b
Date: Thu, 14 Nov 2013 22:52:57 +0100
0a122b
Subject: [PATCH 21/46] rdma: forgot to turn off the debugging flag
0a122b
0a122b
RH-Author: Nigel Croxon <ncroxon@redhat.com>
0a122b
Message-id: <1384469598-13137-22-git-send-email-ncroxon@redhat.com>
0a122b
Patchwork-id: 55703
0a122b
O-Subject: [RHEL7.0 PATCH 21/42] rdma: forgot to turn off the debugging flag
0a122b
Bugzilla: 1011720
0a122b
RH-Acked-by: Orit Wasserman <owasserm@redhat.com>
0a122b
RH-Acked-by: Amit Shah <amit.shah@redhat.com>
0a122b
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
0a122b
0a122b
Bugzilla: 1011720
0a122b
https://bugzilla.redhat.com/show_bug.cgi?id=1011720
0a122b
0a122b
>From commit ID:
0a122b
commit 8cd31adc7cc0602ba0a66b7d9b50fd016ab5530a
0a122b
Author: Michael R. Hines <mrhines@us.ibm.com>
0a122b
Date:   Sat Aug 3 22:54:49 2013 -0400
0a122b
0a122b
    rdma: forgot to turn off the debugging flag
0a122b
0a122b
    Ooops. We forgot to turn off the flag.
0a122b
0a122b
    Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
0a122b
    Message-id: 1375584894-9917-3-git-send-email-mrhines@linux.vnet.ibm.com
0a122b
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
0a122b
---
0a122b
 migration-rdma.c |    2 +-
0a122b
 1 files changed, 1 insertions(+), 1 deletions(-)
0a122b
0a122b
Signed-off-by: Michal Novotny <minovotn@redhat.com>
0a122b
---
0a122b
 migration-rdma.c | 2 +-
0a122b
 1 file changed, 1 insertion(+), 1 deletion(-)
0a122b
0a122b
diff --git a/migration-rdma.c b/migration-rdma.c
0a122b
index 9cf73e3..fe6118d 100644
0a122b
--- a/migration-rdma.c
0a122b
+++ b/migration-rdma.c
0a122b
@@ -27,7 +27,7 @@
0a122b
 #include <string.h>
0a122b
 #include <rdma/rdma_cma.h>
0a122b
 
0a122b
-#define DEBUG_RDMA
0a122b
+//#define DEBUG_RDMA
0a122b
 //#define DEBUG_RDMA_VERBOSE
0a122b
 //#define DEBUG_RDMA_REALLY_VERBOSE
0a122b
 
0a122b
-- 
0a122b
1.7.11.7
0a122b