Re: [PATCH] Use same_thread_group() in signalfd.c

2007-08-29 Thread sukadev
Pavel Emelianov [EMAIL PROTECTED] wrote: | This is a lost hunk of previous patch that isolated the | explicit usage of task->tgid in some places. The signalfd | code uses the tsk->tgid comparison. | | Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Acked-by: Sukadev Bhattiprolu <[EMAIL PROTECT

[PATCH] Use same_thread_group() in signalfd.c

2007-08-29 Thread Pavel Emelyanov
This is a lost hunk of previous patch that isolated the explicit usage of task->tgid in some places. The signalfd code uses the tsk->tgid comparison. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/fs/signalfd.c b/fs/signalfd.c index a8e293d..5bfd2c5 100644 --- a/fs/signalfd