From: Sripathi Kodi Date: Mon, 19 Sep 2005 23:26:12 +0000 (-0500) Subject: [PATCH] Fix invisible threads problem X-Git-Tag: v2.6.14-rc3~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66dcca062847bcd261ebb3ac96d51101f31a8630;p=pandora-kernel.git [PATCH] Fix invisible threads problem When the main thread of a thread group has done pthread_exit() and died, the other threads are still happily running, but will not be visible under /proc because their leader is no longer accessible. This fixes the access control so that we can see the sub-threads again. Signed-off-by: Sripathi Kodi Acked-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed