Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24-git20 /kernel/itimer.c

Filename:/kernel/itimer.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.6.24-git19  2.6.24  2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5 
(Following) 2.6.24-git21  2.6.24-git22  2.6.25-rc1  2.6.25-rc2  2.6.25-rc3  2.6.25-rc4 

Location
[  2.6.24-git20
  [  kernel
     o  itimer.c

Patch

diff --git a/kernel/itimer.c b/kernel/itimer.c
index 2fab344..ab98274 100644
--- a/kernel/itimer.c
+++ b/kernel/itimer.c
@@ -132,7 +132,7 @@ enum hrtimer_restart it_real_fn(struct hrtimer *timer)
    struct signal_struct *sig =
       container_of(timer, struct signal_struct, real_timer);
 
-   send_group_sig_info(SIGALRM, SEND_SIG_PRIV, sig->tsk);
+   kill_pid_info(SIGALRM, SEND_SIG_PRIV, sig->leader_pid);
 
    return HRTIMER_NORESTART;
 }


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.