Messages in this thread |  | | | Subject | Re: [PATCH] notify_parent cleanup | | From | OGAWA Hirofumi <> | | Date | Thu, 19 Aug 2004 13:26:26 +0900 |
| |
Roland McGrath <roland@redhat.com> writes:
> void > notify_parent(struct task_struct *tsk, int sig)
[...]
> + BUG_ON(tsk->state != TASK_STOPPED);
task->state is changed anytime, right? Although the window is small, I think we should remove it at least for right now.
> + read_lock(&tasklist_lock); > + do_notify_parent_cldstop(tsk, tsk->parent); > + read_unlock(&tasklist_lock); > } -- OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |