Mailing List Archive

drbd-0.6.1-pre6.tar.gz
Just another pre release :)

No, serious, this is meant to be the last pre release.

Changes:
*) Again there was a "drop connection sometimes" bug in the pre5, I
had to rearrange the asender thread completely to get rid of this.
(Therefore "cvs -z9 diff -r rel-0_6_1-pre5 -r rel-0_6_1-pre6 | wc -l"
shows that 525 lines of code where touched, but they where just
rearranged.)

*) Again SMP fixes

*) Ensured that it compiles with 2.2.19

Current open things for the final release:

*) documentation
*) build system
*) review of printks (decrease verbosity during normal operation)

-Philipp
RE: drbd-0.6.1-pre6.tar.gz [ In reply to ]
Now it compiles pretty good on my 2.2.12 kernel. One small thing remaining:

Following section must be moved from drbd_main.c to drbd_int.h because
wait_queue_head_t is used there:

#if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,18)
#define init_MUTEX_LOCKED( A ) (*(A)=MUTEX_LOCKED)
#define init_MUTEX( A ) (*(A)=MUTEX)
#define init_waitqueue_head( A ) (*(A)=0)
typedef struct wait_queue* wait_queue_head_t;
#endif

/Wolfram

>>> -----Original Message-----
>>> From: Philipp Reisner [mailto:philipp.reisner@example.com]
>>> Sent: Mittwoch, 24. Oktober 2001 14:11
>>> To: DRBD-List
>>> Subject: [DRBD-dev] drbd-0.6.1-pre6.tar.gz
>>>
>>>
>>> Just another pre release :)
>>>
>>> No, serious, this is meant to be the last pre release.
>>>
>>> Changes:
>>> *) Again there was a "drop connection sometimes" bug in the pre5, I
>>> had to rearrange the asender thread completely to get
>>> rid of this.
>>> (Therefore "cvs -z9 diff -r rel-0_6_1-pre5 -r
>>> rel-0_6_1-pre6 | wc -l"
>>> shows that 525 lines of code where touched, but they where just
>>> rearranged.)
>>>
>>> *) Again SMP fixes
>>>
>>> *) Ensured that it compiles with 2.2.19
>>>
>>> Current open things for the final release:
>>>
>>> *) documentation
>>> *) build system
>>> *) review of printks (decrease verbosity during normal operation)
>>>
>>> -Philipp
>>>
>>>
>>> _______________________________________________
>>> DRBD-devel mailing list
>>> DRBD-devel@example.com
>>> https://lists.sourceforge.net/lists/listinfo/drbd-devel
>>>
Re: drbd-0.6.1-pre6.tar.gz [ In reply to ]
Ok, I think I forgot to applie this patch several times. I have just
applied it to my tree.

-Philipp

* Weyer, Wolfram <Wolfram.Weyer@example.com> [011024 15:24]:
> Now it compiles pretty good on my 2.2.12 kernel. One small thing remaining:
>
> Following section must be moved from drbd_main.c to drbd_int.h because
> wait_queue_head_t is used there:
>
> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,18)
> #define init_MUTEX_LOCKED( A ) (*(A)=MUTEX_LOCKED)
> #define init_MUTEX( A ) (*(A)=MUTEX)
> #define init_waitqueue_head( A ) (*(A)=0)
> typedef struct wait_queue* wait_queue_head_t;
> #endif
>
> /Wolfram
>
> >>> -----Original Message-----
> >>> From: Philipp Reisner [mailto:philipp.reisner@example.com]
> >>> Sent: Mittwoch, 24. Oktober 2001 14:11
> >>> To: DRBD-List
> >>> Subject: [DRBD-dev] drbd-0.6.1-pre6.tar.gz
> >>>
> >>>
> >>> Just another pre release :)
> >>>
> >>> No, serious, this is meant to be the last pre release.
> >>>
> >>> Changes:
> >>> *) Again there was a "drop connection sometimes" bug in the pre5, I
> >>> had to rearrange the asender thread completely to get
> >>> rid of this.
> >>> (Therefore "cvs -z9 diff -r rel-0_6_1-pre5 -r
> >>> rel-0_6_1-pre6 | wc -l"
> >>> shows that 525 lines of code where touched, but they where just
> >>> rearranged.)
> >>>
> >>> *) Again SMP fixes
> >>>
> >>> *) Ensured that it compiles with 2.2.19
> >>>
> >>> Current open things for the final release:
> >>>
> >>> *) documentation
> >>> *) build system
> >>> *) review of printks (decrease verbosity during normal operation)
> >>>
> >>> -Philipp
> >>>
> >>>
> >>> _______________________________________________
> >>> DRBD-devel mailing list
> >>> DRBD-devel@example.com
> >>> https://lists.sourceforge.net/lists/listinfo/drbd-devel
> >>>
>
> _______________________________________________
> DRBD-devel mailing list
> DRBD-devel@example.com
> https://lists.sourceforge.net/lists/listinfo/drbd-devel