drbd-0.6.9 on FC1 kernel?

schlueri-lists schlueri-lists at schlicker.org
Fri Dec 12 14:12:11 UTC 2003


On compiling the kernel module i get this error. Any idea how i can
compile drbd module on Fedora Core 1?



drbd_main.c: In function `drbd_send':
drbd_main.c:780: structure has no member named `sigmask_lock'
drbd_main.c:784: too many arguments to function
`recalc_sigpending_Rfb6af58d'
drbd_main.c:790: structure has no member named `sigmask_lock'
drbd_main.c:793: too many arguments to function
`recalc_sigpending_Rfb6af58d'
drbd_main.c:847: structure has no member named `sigmask_lock'
drbd_main.c:854: too many arguments to function
`recalc_sigpending_Rfb6af58d'
drbd_main.c: In function `drbd_queue_signal':
drbd_main.c:1548: structure has no member named `sigmask_lock'
drbd_main.c:1550: too many arguments to function
`recalc_sigpending_Rfb6af58d'

- drbd_main.c :780 ->
spin_lock_irqsave(&current->SIGMASK_LOCK, flags);
        oldset = current->blocked;
        sigfillset(&current->blocked);
        sigdelset(&current->blocked,DRBD_SIG);
        RECALC_SIGPENDING(current);
        spin_unlock_irqrestore(&current->SIGMASK_LOCK, flags);
<--------------------





More information about the users mailing list