Prev: make task_struct->signal stable, final cleanups
Next: check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check
From: Roland McGrath on 9 Apr 2010 15:50 Acked-by: Roland McGrath <roland(a)redhat.com> I'm not entirely sure about the name, but it's probably fine. There should be some comments somewhere making clear what "nr" or kind of threads this refers to. This is threads created and not yet reaped. It differs from the "threads not yet exited" (signal->live) count only during some races around exit time, and when ptrace is preventing self-reaping. Thanks, Roland -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |