From: Oleg Nesterov Date: Mon, 22 Sep 2008 21:42:49 +0000 (-0700) Subject: posix-timers: move the initialization of timer->sigq from send to create path X-Git-Tag: v2.6.28-rc1~82^2^5~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717835d94d3e3d343a302df0a3cb9405887c3e2a;p=pandora-kernel.git posix-timers: move the initialization of timer->sigq from send to create path posix_timer_event() always populates timer->sigq with the same numbers, move this code into sys_timer_create(). Note that with this patch we can kill it_sigev_signo and it_sigev_value. Signed-off-by: Oleg Nesterov Cc: mingo@elte.hu Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed