From c18caf1c9596251c12c3de5e03a71c5ea804228a Mon Sep 17 00:00:00 2001 From: Ante Karamatic Date: Sat, 4 Oct 2008 20:22:46 +0200 Subject: [PATCH] Changed CN_IDX_DRBD to 0x6, since 0x4 is already occupied by v86d in Linux kernel. --- drbd/linux/drbd.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drbd/linux/drbd.h b/drbd/linux/drbd.h index d43df52..56fe673 100644 --- a/drbd/linux/drbd.h +++ b/drbd/linux/drbd.h @@ -343,7 +343,7 @@ enum UuidIndex { /* The following line should be moved over to linux/connector.h * when the time comes */ -#define CN_IDX_DRBD 0x4 +#define CN_IDX_DRBD 0x6 #define CN_VAL_DRBD 0x1 struct drbd_nl_cfg_req { -- 1.5.6.3