Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[sfrench/cifs-2.6.git] / drivers / block / drbd / drbd_int.h
index 31237f45247a6c27daf411cab8860d54d4c340b4..ddbf56014c51a906349fbc85fbd75a7d627e757d 100644 (file)
@@ -1960,7 +1960,7 @@ static inline void wake_ack_receiver(struct drbd_connection *connection)
 {
        struct task_struct *task = connection->ack_receiver.task;
        if (task && get_t_state(&connection->ack_receiver) == RUNNING)
-               force_sig(SIGXCPU, task);
+               send_sig(SIGXCPU, task, 1);
 }
 
 static inline void request_ping(struct drbd_connection *connection)