[DRBD-cvs] drbd by phil; * The del_timer_sync() in the exit-path ...

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Thu, 6 May 2004 15:59:19 +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:
* The del_timer_sync() in the exit-path of the worker, was wrong!
  It was the reason for D_ASSERT(!test_bit(STOP_SYNC_TIMER,&mdev->flags));
* Silenced a lot of debug output.

===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/linux/Attic/drbd_config.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -3 -r1.1.2.2 -r1.1.2.3
--- drbd_config.h	1 Apr 2004 15:00:44 -0000	1.1.2.2
+++ drbd_config.h	6 May 2004 13:59:14 -0000	1.1.2.3
@@ -27,8 +27,8 @@
 //#define DBG_ALL_SYMBOLS // no static functs, improves quality of OOPS traces
 //#define DBG_SPINLOCKS   // enables MUST_HOLD macro (assertions for spinlocks)
 //#define DBG_ASSERTS     // drbd_assert_breakpoint() function
+//#define DUMP_MD         // Dump metadata to syslog upon connect
 
 //#define SIGHAND_HACK           // Needed for RH 2.4.20 and later kernels.
 //#define REDHAT_HLIST_BACKPORT  // Makes DRBD work on RH9 kernels
-
 #endif