fence-agents: RHEL6 - fence_kdump: remove FENCE_KDUMP_MSGV2

rohara rohara at fedoraproject.org
Mon Aug 1 10:41:11 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=3479030f8f4248a09bb2547e5c3312aa3a9d2f3e
Commit:        3479030f8f4248a09bb2547e5c3312aa3a9d2f3e
Parent:        15c4cb0c063e95edc1af1a5b34ca1b6b6a218972
Author:        Ryan O'Hara <rohara at redhat.com>
AuthorDate:    Tue Jul 26 14:19:35 2011 -0500
Committer:     Ryan O'Hara <rohara at redhat.com>
CommitterDate: Mon Aug 1 05:35:15 2011 -0500

fence_kdump: remove FENCE_KDUMP_MSGV2

FENCE_KDUMP_MSGV2 is not used at this time, so remove it.

Resolves: rhbz#461948

Signed-off-by: Ryan O'Hara <rohara at redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 fence/agents/kdump/message.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fence/agents/kdump/message.h b/fence/agents/kdump/message.h
index 3d1d2b4..2c82229 100644
--- a/fence/agents/kdump/message.h
+++ b/fence/agents/kdump/message.h
@@ -25,7 +25,6 @@
 #define FENCE_KDUMP_MAGIC 0x1B302A40
 
 #define FENCE_KDUMP_MSGV1 0x1
-#define FENCE_KDUMP_MSGV2 0x2
 
 typedef struct __attribute__ ((packed)) fence_kdump_msg {
     uint32_t magic;


More information about the cluster-commits mailing list