[DRBD-cvs] drbd by phil; En Chiang Lee's RH9 patch.

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Tue, 10 Feb 2004 15:31:31 +0100 (CET)


DRBD CVS committal

Author  : phil
Module  : drbd

Dir     : drbd


Modified Files:
      Tag: rel-0_7-branch
	drbd_config.h 


Log Message:
En Chiang Lee's RH9 patch.

===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd_config.h,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -3 -r1.1.2.4 -r1.1.2.5
--- drbd_config.h	25 Jan 2004 10:18:19 -0000	1.1.2.4
+++ drbd_config.h	10 Feb 2004 14:31:26 -0000	1.1.2.5
@@ -28,4 +28,7 @@
 //#define DBG_SPINLOCKS   // enables MUST_HOLD macro (assertions for spinlocks)
 //#define DBG_ASSERTS     // drbd_assert_breakpoint() function
 
+//#define SIGHAND_HACK           // Needed for RH 2.4.20 and later kernels.
+//#define REDHAT_HLIST_BACKPORT  // Makes DRBD work on RH9 kernels
+
 #endif