[Drbd-dev] 0.7.6 release tomorrow...

Lars Ellenberg Lars.Ellenberg at linbit.com
Thu Nov 18 08:16:24 CET 2004


/ 2004-11-17 20:32:58 +0100
\ Philipp Reisner:
> Am Montag, 15. November 2004 22:59 schrieb Philipp Reisner:
> > Hi,
> >
> > I will create the 0.7.6 tarball tomorrow (as long as nobody objects)
> >
> > What exactly should I put into debian/changelog ?
> >
> > -philipp
> 
> I will deley 0.7.6 until either Linux-2.6.10 is released or the strange
> issue of Steven Wilton is resolved (see drbd-user ML)


maybe this does help ?

 :-/



--- linux-2.6.9/include/linux/sched.h	2004-10-20 14:56:03.000000000 +1300
+++ linux-2.6.10/include/linux/sched.h	2004-11-18 19:07:00.000000000 +1300
@@ -29,6 +29,7 @@
 #include <linux/completion.h>
 #include <linux/pid.h>
 #include <linux/percpu.h>
+#include <linux/topology.h>
 
 struct exec_domain;
 
@@ -107,8 +108,8 @@
 #define TASK_UNINTERRUPTIBLE	2
 #define TASK_STOPPED		4
 #define TASK_TRACED		8
-#define TASK_ZOMBIE		16
-#define TASK_DEAD		32
+#define EXIT_ZOMBIE		16
+#define EXIT_DEAD		32
 
 #define __set_task_state(tsk, state_value)		\
 	do { (tsk)->state = (state_value); } while (0)

[ rest snipped ]


More information about the drbd-dev mailing list