-
由 Linus Torvalds 提交于
Before we did CLONE_THREAD, the way to check whether we were attaching to ourselves was to just check "current == task", but with CLONE_THREAD we should check that the thread group ID matches instead. Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
28d838cc