Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello I have a problem with the compilation with dbrd 0.7 I have a Redhat kernel (2.4.20) running on a debian distribution. The kernel is patched with openSSI. When I try to compile drbd I get an error: drbd_int.h:932: error: structure has no member named `sigmask_lock` I suppose the struct task_struct is meant. I had a look at sched.h and the struct really don't have such a member. Do I need an differnt patch to add to the kernel? Andreas