From: Eric W. Biederman Date: Mon, 12 Feb 2007 08:52:57 +0000 (-0800) Subject: [PATCH] pid: use struct pid for talking about process groups in exitc X-Git-Tag: v2.6.21-rc1~274^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0475ac0845f9295bc5f69af45f58dff2c104c8d1;p=pandora-kernel.git [PATCH] pid: use struct pid for talking about process groups in exitc Modify has_stopped_jobs and will_become_orphan_pgrp to use struct pid based process groups. This reduces the number of hash tables looks ups and paves the way for multiple pid spaces. Signed-off-by: Eric W. Biederman Cc: Alan Cox Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed