[DRBD-cvs] svn commit by phil - r2098 - in trunk: . drbd - drbd8
now has all bugfixes from the stable branch up to
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Tue Mar 7 11:24:33 CET 2006
Author: phil
Date: 2006-03-07 11:24:32 +0100 (Tue, 07 Mar 2006)
New Revision: 2098
Modified:
trunk/
trunk/drbd/drbd_int.h
Log:
drbd8 now has all bugfixes from the stable branch up to drbd-0.7.17
Property changes on: trunk
___________________________________________________________________
Name: propagate:at
- 2083
+ 2097
Modified: trunk/drbd/drbd_int.h
===================================================================
--- trunk/drbd/drbd_int.h 2006-03-07 10:17:25 UTC (rev 2097)
+++ trunk/drbd/drbd_int.h 2006-03-07 10:24:32 UTC (rev 2098)
@@ -906,7 +906,7 @@
#define MD_HARDSECT (1<<MD_HARDSECT_B)
// activity log
-#define AL_EXTENTS_PT (MD_HARDSECT-12)/8-1 // 61 ; Extents per 512B sector
+#define AL_EXTENTS_PT ((MD_HARDSECT-12)/8-1) // 61 ; Extents per 512B sector
#define AL_EXTENT_SIZE_B 22 // One extent represents 4M Storage
#define AL_EXTENT_SIZE (1<<AL_EXTENT_SIZE_B)
More information about the drbd-cvs
mailing list