[DRBD-cvs] drbd by phil; [Patch by Lars Ellenberg] Integrated the...
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Tue, 15 Jun 2004 12:07:37 +0200 (CEST)
DRBD CVS committal
Author : phil
Module : drbd
Dir : drbd/drbd/linux
Modified Files:
Tag: rel-0_7-branch
drbd_config.h
Log Message:
[Patch by Lars Ellenberg]
Integrated the new drbd_bitmap.c into all the other files...
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/linux/Attic/drbd_config.h,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -3 -r1.1.2.14 -r1.1.2.15
--- drbd_config.h 9 Jun 2004 14:34:21 -0000 1.1.2.14
+++ drbd_config.h 15 Jun 2004 10:07:32 -0000 1.1.2.15
@@ -20,7 +20,7 @@
#ifndef DRBD_CONFIG_H
#define DRBD_CONFIG_H
-#define REL_VERSION "0.7-pre7 cvs $Date: 2004/06/09 14:34:21 $"
+#define REL_VERSION "0.7-pre7 cvs $Date: 2004/06/15 10:07:32 $"
#define API_VERSION 74
#define PRO_VERSION 72
@@ -30,7 +30,9 @@
//#define DBG_SPINLOCKS // enables MUST_HOLD macro (assertions for spinlocks)
//#define DBG_ASSERTS // drbd_assert_breakpoint() function
//#define DUMP_MD 1 // Dump metadata to syslog upon connect
-//#define DUMP_MD 2 // Dump even all cstate changes
+//#define DUMP_MD 2 // Dump even all cstate changes (I like it!)
+//#define DUMP_MD 3 // Dump even all meta data access
+ // (don't! unless we track down a bug...)
//#define SIGHAND_HACK // Needed for RH 2.4.20 and later kernels.
//#define REDHAT_HLIST_BACKPORT // Makes DRBD work on RH9 kernels